screen_swipe
Swipe on an Android screen using exact coordinates or a directional preset (up, down, left, right), with optional duration and change verification.
Instructions
Perform a bounded native coordinate or deterministic directional swipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_x | No | ||
| end_y | No | ||
| start_x | No | ||
| start_y | No | ||
| direction | No | ||
| duration_ms | No | ||
| verify_change | No |