ui_swipe
Perform swipe gestures in iOS Simulator to test UI interactions, navigate screens, or simulate user input by defining start and end coordinates.
Instructions
Swipe on the screen in the iOS Simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | Swipe duration in seconds (e.g., 0.1) | |
| udid | No | Udid of target, can also be set with the IDB_UDID env var | |
| x_start | Yes | The starting x-coordinate | |
| y_start | Yes | The starting y-coordinate | |
| x_end | Yes | The ending x-coordinate | |
| y_end | Yes | The ending y-coordinate | |
| delta | No | The size of each step in the swipe (default is 1) |