android_swipe
Perform swipe or drag gestures on Android devices by specifying start and end coordinates with adjustable duration.
Instructions
Perform a swipe / drag gesture between two points (x1, y1) and (x2, y2) with a configurable duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Start X coordinate | |
| x2 | Yes | End X coordinate | |
| y1 | Yes | Start Y coordinate | |
| y2 | Yes | End Y coordinate | |
| deviceId | No | Optional device ID | |
| duration | No | Swipe duration in milliseconds (default: 300ms) |