appium对手势密码的处理

使用TouchAction类实现滑动spa button = self.findelements(u'手势按钮') touch = TouchAction(self.driver) touch.press(el=button[0]).move_to(el=button[1]).move_to(el=button[2]).move_to(el=button[5]).release().perform
相关文章
相关标签/搜索