Is there any long click method in Appium on Python? I need to long click on the area in my program.
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()