tap
Simulate a touch at exact screen coordinates on Android devices. Provide X and Y coordinates to trigger input on the target device.
Instructions
Tap an absolute screen coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| device_serial | No | ADB serial such as emulator-5554, a USB serial, or host:port. If omitted, the active device is used; a sole ready device is selected automatically. |