Swipe between two points
swipePerform swipe gestures on the iOS Simulator by specifying start and end coordinates, with an adjustable duration for scrolling or dragging.
Instructions
Swipe from (x1, y1) to (x2, y2) in POINTS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| durationMs | No | swipe duration, default 300ms |