adb_swipe
Perform a swipe gesture on an Android device by specifying start and end coordinates (x1,y1; x2,y2) and an optional duration in milliseconds.
Instructions
Simulate a swipe gesture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| serial | Yes | ||
| duration | No |