iOS+appium+python 使用 tap 时报错。
环境: os 10.13.4 Xcode: 9.3.1 appium -v 1.7.2
代码:
pycharm 报错
appium 报错:
self.driver.execute_script("mobile: tap", {"tapCount": 1, "touchCount": 1, "duration": 0.5, "x": 408, "y": 580}) 用这个解决了。
坐标超出了?