swipe
Swipe or scroll between points on an iOS Simulator screen. Specify a direction from center or provide custom start and end coordinates.
Instructions
Swipe/scroll from one point to another. Either give a direction (auto-computed from screen center) or explicit from/to coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | ||
| from_x | No | ||
| from_y | No | ||
| to_x | No | ||
| to_y | No | ||
| duration_sec | No | ||
| udid | No | Target simulator UDID. Defaults to the booted sim. |