swipe
Perform a swipe gesture on an Android screen from one coordinate to another, with a configurable duration in milliseconds.
Instructions
Swipe between two absolute screen coordinates with a bounded duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| duration_ms | No | ||
| device_serial | No | ADB serial such as emulator-5554, a USB serial, or host:port. If omitted, the active device is used; a sole ready device is selected automatically. |