adb_tap
Simulate a tap at specified pixel coordinates on a connected Android device screen, enabling UI interaction and automated testing through ADB.
Instructions
Tap a point on the Android device screen.
Args: x: X coordinate in pixels. y: Y coordinate in pixels. device: Device serial number. If omitted, auto-selects when only one device is connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| device | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |