tap
Send a touch input to a specific screen location on an Android device or emulator, enabling UI interaction and automation.
Instructions
Tap at the specified coordinates on the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |