Google News
logo
Appium - Quiz(MCQ)
Which Appium command is used to perform a long press on an element?
A)
driver.long_press()
B)
driver.long_touch()
C)
driver.press_and_hold()
D)
driver.touch_and_hold()

Correct Answer :   driver.press_and_hold()

Advertisement