doubleTapOn
Taps twice on an element using a selector.
Examples
Double-tap on text
- doubleTapOn:
text: "some text"
Double tap on an element with ID
- doubleTapOn:
id: "some-id"
Options
Double tap on a point in the top left corner of the screen
- doubleTapOn:
point: 10%,10%
Double tap on a point in the centre of the screen
- doubleTapOn:
point: 50%,50%
Related Commands
Last updated
Was this helpful?