Swipe
swipeExecute a swipe gesture on an Android device by specifying start and end coordinates. Set optional duration to adjust swipe speed.
Instructions
Swipe from (x1, y1) to (x2, y2). duration (seconds) is accepted for old clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| device | No | ||
| duration | No | ||
| duration_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||