关于appium+python TouchAction提示错误:The coordinates provided to an interactions operation are invalid
今天做自动化解锁9宫格,发现swipe不能满足需求,于是用TouchAction去实现手势滑动,这里先给出我写的代码:TouchAction(self.driver).press(x=299,y=744).wait(100)\.move_to(x=483,y=0).wait(100)\.move_to(x=-483,y=501).wait(100)\.move_to(x=483,y=0).wait