swipe
Perform a swipe gesture on an Android device by specifying start and end coordinates, with optional duration control, enabling AI agents to simulate touch interactions for navigation and testing.
Instructions
Perform a swipe gesture from one point to another
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Start X coordinate | |
| x2 | Yes | End X coordinate | |
| y1 | Yes | Start Y coordinate | |
| y2 | Yes | End Y coordinate | |
| serial | No | Device serial number | |
| duration | No | Duration in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Human-readable description of the action performed | |
| success | Yes | Whether the input action was dispatched to the device |