adb_swipe
Swipe between coordinates on an Android screen. Set start/end points, duration, and device ID for automated gestures.
Instructions
Swipe from one point to another on the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endX | Yes | Ending X coordinate | |
| endY | Yes | Ending Y coordinate | |
| startX | Yes | Starting X coordinate | |
| startY | Yes | Starting Y coordinate | |
| deviceId | No | Target device ID (optional) | |
| durationMs | No | Duration in milliseconds (default 300) |