我在应用程序中有这张图片。我想模拟点击图像。图像位置如下:
target.frontMostApp().mainWindow().images()["patch blue right.png"].images()[4].
我的javascript代码如下:
target.frontMostApp().mainWindow().images()["patch blue right.png"].images()[4].tap();
但运行代码后,显示以下错误消息:
Error: target.frontMostApp().mainWindow().images()["patch blue right.png"].images()[4] could not be tapped .
我已检查图像是否有效。但图像不可见。谁能告诉我是否无法点击有效但不可见的元素?