android_drag
Drag between two points on an Android device using absolute pixel or normalized 0..1000 coordinates. Simulate swipes, scrolls, or drag-and-drop actions with configurable duration.
Instructions
Drag between two points using absolute pixels or normalized 0..1000 coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | No | ||
| x2 | No | ||
| y1 | No | ||
| y2 | No | ||
| nx1 | No | ||
| nx2 | No | ||
| ny1 | No | ||
| ny2 | No | ||
| durationMs | No |