我在 iPad 的 iPad 上运行脚本时失败 。
example: target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()["Tags:"].buttons()[0].tap();
此行对 iPhone 工作正常, 但 iPad 失败, 错误如下( 标本正试图滚动到可视 - : / ):
target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()["Tags:"].buttons()[0].scrollToVisible() target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()["Tags:"].buttons()[0] could not be tapped Script threw an uncaught JavaScript error: target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()["Tags:"].buttons()[0] could not be tapped
any suggestions? Thanks,