我收到 iOS UI 自动化错误为“无法对无效元素执行操作:UIAElementNil
来自target.frontMostApp().mainWindow().buttons()[0]
”。
我的脚本只是一行
UIATarget.localTarget().frontMostApp().mainWindow().buttons()["Yes"].tap();
我在所需的 xib 文件中标记了是按钮并启用了可访问性。
任何指针为什么是错误?
我收到 iOS UI 自动化错误为“无法对无效元素执行操作:UIAElementNil
来自target.frontMostApp().mainWindow().buttons()[0]
”。
我的脚本只是一行
UIATarget.localTarget().frontMostApp().mainWindow().buttons()["Yes"].tap();
我在所需的 xib 文件中标记了是按钮并启用了可访问性。
任何指针为什么是错误?