tap
Send a touch event to specific screen coordinates on a real Android device. Enables interaction with UI elements through pixel-precise touch input.
Instructions
Tap at screen coordinates (device pixels)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | No | Device serial (optional; required when multiple devices connected) | |
| x | Yes | X coordinate | |
| y | Yes | Y coordinate |