longPress
Performs a long press gesture on the given element on the screen.
This issues a WebDriver action
command for the selected element. It is based on the click
command.
Usage
$(selector).longPress({ x, y, duration })
Performs a long press gesture on the given element on the screen.
This issues a WebDriver action
command for the selected element. It is based on the click
command.
$(selector).longPress({ x, y, duration })