Tap Sends a tap event at the coordinate.
(x, y int, options ...ActionOption)
| 539 | |
| 540 | // Tap Sends a tap event at the coordinate. |
| 541 | Tap(x, y int, options ...ActionOption) error |
| 542 | TapFloat(x, y float64, options ...ActionOption) error |
| 543 | |
| 544 | // DoubleTap Sends a double tap event at the coordinate. |
no outgoing calls