ui_swipe
Simulates swipe gestures on the iOS Simulator screen by defining start and end coordinates, enabling precise UI interaction testing and control.
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 |