Appium on Python 有长按方法吗?我需要长按程序中的区域。
def testDevice1(self):
password = self.driver.find_element_by_id('com.e.eas.android:id/password')
password.send_keys('111111')
time.sleep(5)
password = self.driver.find_element_by_id('com.e.eas.android:id/password').longClick()