swipe
Perform a swipe gesture on an Android device by specifying start and end coordinates, with optional duration control.
Instructions
Perform a swipe gesture from one point to another
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 | Duration in milliseconds | |
| serial | No | Device serial number |