doubleTapOn
Examples
- doubleTapOn:
text: "some text"- doubleTapOn:
id: "some-id"Options
- doubleTapOn:
point: 10%,10%- doubleTapOn:
point: 50%,50%Related Commands
Last updated
Taps twice on an element using a selector.
Double-tap on text
- doubleTapOn:
text: "some text"Double tap on an element with ID
- doubleTapOn:
id: "some-id"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%Last updated