Double Tap
android_double_tapDouble-tap the screen at specified x,y pixel coordinates on an Android device. Simulates two rapid taps to trigger UI actions like opening apps or confirming dialogs.
Instructions
Double-tap the screen at x,y pixel 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). |