drag
Execute a slow touch gesture from one screen point to another to move items via drag-and-drop on an Android emulator.
Instructions
Perform a drag gesture from one point to another (slower than swipe, for drag & drop)
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: 1000) |