input_tap
Simulate touch interactions on Android devices by tapping at precise screen coordinates using X and Y values. Ideal for automation, testing, and UI manipulation via ADB commands.
Instructions
Tap at specific coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate for tap | |
| y | Yes | Y coordinate for tap |