tap
Simulate a touch on an Android device by providing X and Y screen coordinates, enabling precise interaction with UI elements for automated testing and device control.
Instructions
Tap at the specified screen coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| serial | No | Device serial number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable description of the action performed | |
| success | Yes | Whether the input action was dispatched to the device |