如何在appium for ios中使用Ios UI Automation xpath

时间:2016-03-03 12:13:02

标签: appium ios-ui-automation appium-ios

我正在使用iosuiautomator来查找元素的xpath

enter image description here

(注意:在appium中找不到xpath)。正在运行以下错误正在显示

enter image description here

1 个答案:

答案 0 :(得分:0)

使用iOSUIAutomation搜索策略时,您不需要localTarget().target.().etc。您可以在mainWindow()之后立即开始。我还注意到你把tap动作放在引号内但实际上是mobile元素的一个函数(并且有2个参数)所以你想要的是:

driver.findElementByIosUIAutomation(".tableViews()[2].cells()[2]").tap(1, 250)