tap_screen
Tap the screen at specified X and Y pixel coordinates on Android devices to automate UI interactions and tests.
Instructions
Tap the screen at specific X and Y coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (pixels) | |
| y | Yes | Y coordinate (pixels) | |
| serial | No | Specific device serial number |