我正在编写一个脚本来测试 iPhone 上的应用程序。我想放大图像。
我尝试做 pinchOpenFromToForDuration({x:80, y:150}, {x:30, y:150}, 2) 但我不断收到错误消息:
TypeError: 'undefined' is not a function (评估 'window.scrollViews()[0].images()[0].pinchOpenFromToForDuration({x:80, y:150}, {x:30, y:150}, 2)')
如果我在 iOS 模拟器中按住 Options 键并尝试放大图像,我可以做到。
图像具有以下坐标:rect{{-0, 115},{320, 200}}。
我究竟做错了什么?是否可以放大图像?