如何使用带有$符号的定位器为元素编写选择器?

时间:2018-08-10 03:07:11

标签: android python xpath appium

我正在尝试使用Appium和Python在移动设备上自动化Alarm应用程序。 我需要在时钟上单击“ 10”,如下所示。 但是它的定位器类别是

android.widget.RadialTimePickerView$RadialPickerTouchHelper

因此,我的XPath无效。

hr = self.driver.find_element_by_xpath('//android.widget.RadialTimePickerView$RadialPickerTouchHelper[contains(@index, "9")]').click()

我该怎么做?预先感谢。enter image description here

0 个答案:

没有答案