TouchAction – LongPress in appium
There are situations, where we have to long press on key buttons of screen to trigger an event, to hold the element or type a letter, LongPress can be done on a co-ordinate or on an element, we will see how to achieve this. In Appium, we have one method LongPress() which is under class TouckAction…