android.input.tap
Tap at specific screen coordinates on an Android device using the scrcpy protocol for low-latency input or ADB as fallback.
Instructions
Taps at coordinates (x,y). Uses fast scrcpy control protocol (~5ms) when stream is active, otherwise falls back to adb shell input (~100-300ms).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serial | Yes | ||
| x | Yes | ||
| y | Yes |