Tap Screen
android_tapTap the screen of an Android device at given x,y pixel coordinates. Coordinates from element listings help interact with UI elements.
Instructions
Tap the screen at x,y pixel coordinates. Use android_list_elements to find element coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in pixels | |
| y | Yes | Y coordinate in pixels | |
| device | No | Device id (serial or host:port). Optional -- when omitted, uses ANDROID_MCP_DEVICE env or auto-selects the connected device (physical devices preferred over emulators). |