Swipe on Screen
adb_swipeExecute a swipe gesture on an Android device from start coordinates (x1,y1) to end coordinates (x2,y2), with adjustable swipe duration (in ms).
Instructions
Swipe from (x1,y1) to (x2,y2) with optional duration (ms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Start X coordinate | |
| y1 | Yes | Start Y coordinate | |
| x2 | Yes | End X coordinate | |
| y2 | Yes | End Y coordinate | |
| duration | No | Swipe duration in ms (default: 300) |