Appium [已解决]python 版本,ios 系统如何在屏幕的指定坐标点击?

kyotokyoking · September 17, 2014 · 2833 hits

python 版本 ,ios 系统如何实现在屏幕上的指定坐标点击?使用 touch?
求相关示例

共收到 2 条回复 时间 点赞
匿名 #1 · September 18, 2014
driver.execute_script("mobile: tap", {'x' : x, 'y' : y})

#1 楼 @link1220 试过这个方法,不行。我的是 ios 系统

需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up