android_touch
Simulate touch interactions on Android devices by specifying screen coordinates and duration for automated testing or remote control.
Instructions
Simulate a touch event at specific screen coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| duration | No | Touch duration in milliseconds (default: 100) | |
| deviceSerial | No | Specific device serial number to target (optional) |