python 版本 ,ios 系统如何实现在屏幕上的指定坐标点击?使用 touch? 求相关示例
driver.execute_script("mobile: tap", {'x' : x, 'y' : y})
#1 楼 @link1220 试过这个方法,不行。我的是 ios 系统