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:选择器问题的主要内容,如果未能解决你的问题,请参考以下文章

win32-UI Automation

MS UI Automation简介

Visual Studio UI Automation 学习

UI AUTOMATION:元素如何存在但不可命中?

UI Automation Instruments:如何重置应用程序状态?

UI Automation技术获取cmd或Powershell命令提示符窗口的实时内容