ui_swipe
Perform precise swiping gestures on iOS Simulator screens by specifying start and end coordinates, enabling controlled UI interactions for testing.
Instructions
Swipe on the screen in the iOS Simulator
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delta | No | The size of each step in the swipe (default is 1) | |
udid | No | Udid of target, can also be set with the IDB_UDID env var | |
x_end | Yes | The ending x-coordinate | |
x_start | Yes | The starting x-coordinate | |
y_end | Yes | The ending y-coordinate | |
y_start | Yes | The starting y-coordinate |