input_tap
Simulates a tap gesture at specified screen coordinates on a connected Android device, enabling automated UI interaction and testing.
Instructions
Simulates a tap gesture at the specified (x, y) coordinates on the connected Android device screen. Requires x and y parameters, which are the coordinates of the tap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes |