android_swipe
Execute swipe gestures on Android devices by specifying start and end coordinates, enabling touch simulation for testing and automation purposes.
Instructions
Perform a swipe gesture between two coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startX | Yes | Starting X coordinate | |
| startY | Yes | Starting Y coordinate | |
| endX | Yes | Ending X coordinate | |
| endY | Yes | Ending Y coordinate | |
| duration | No | Swipe duration in milliseconds (default: 300) | |
| deviceSerial | No | Specific device serial number to target (optional) |