这是我的 inspector 界面 求教问题在哪里? 我是用 Python 录制的
js = 'var target = UIATarget.localTarget();\ target.flickFromTo({x:200,y:400},{x:200,y:200});' self.driver.execute_script(js)
这个好用
driver.executeScript("target.frontMostApp().mainWindow().scrollViews()[0].dragInsideWithOptions({startOffset:{x:0.91, y:0.40}, endOffset:{x:0.03, y:0.53}});");
https://testerhome.com/topics/5079