swipe
Simulate a swipe gesture on an Android screen by specifying start and end coordinates, with optional duration for controlling swipe speed.
Instructions
Perform a swipe gesture on the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Starting X coordinate | |
| x2 | Yes | Ending X coordinate | |
| y1 | Yes | Starting Y coordinate | |
| y2 | Yes | Ending Y coordinate | |
| duration | No | Duration in milliseconds (default: 300) |