Tap Screen at Coordinates
adb_tapTap an Android device screen at specified pixel coordinates to simulate user touch input.
Instructions
Tap screen at pixel coordinates (x, y).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels |