android_tap
Simulate a tap at exact screen coordinates (x, y) on Android devices, Waydroid containers, or AVD emulators to automate UI interactions.
Instructions
Tap on specific screen coordinates (x, y).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels |