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
相關文章
相關標籤/搜索