UI Automation + Mechanic.js:选择器问题
Posted
技术标签:
【中文标题】UI Automation + Mechanic.js:选择器问题【英文标题】:UI Automation + Mechanic.js: selector issue 【发布时间】:2014-05-23 05:34:40 【问题描述】:我正在使用带有 ios UI 自动化的 Mechanic.js 框架。
我有一个取消UIBarButtonItem
。当我这样做$("#Cancel").index()
时,结果是-1
找不到。我在这里错过了什么吗?澄清一下,$("#Cancel")
可以自行工作,但 .index()
无法检索到正确的索引。
【问题讨论】:
【参考方案1】:这是因为 Apple 破坏了 UIAElements 上的相等操作(另请参见:this question),Mechanic.js 依靠它来计算找到的元素的索引。
【讨论】:
以上是关于UI Automation + Mechanic.js:选择器问题的主要内容,如果未能解决你的问题,请参考以下文章
Visual Studio UI Automation 学习