android_tap
Tap specific coordinates on Android device screens to interact with apps. Use with OCR tools to automate testing and navigation by providing precise X/Y pixel values.
Instructions
Tap at specific coordinates on an Android device/emulator screen. WORKFLOW: Use ocr_screenshot first to get tap coordinates, then use this tool with the returned tapX/tapY values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels | |
| deviceId | No | Optional device ID. Uses first available device if not specified. |