swipe
Perform precise swipes on iOS simulators by defining exact coordinates and timing parameters. Use describe_ui for accuracy and avoid guessing from screenshots. Integrates with XcodeBuildMCP for streamlined testing.
Instructions
Swipe from one point to another. Use describe_ui for precise coordinates (don't guess from screenshots). Supports configurable timing.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delta | No | ||
duration | No | ||
postDelay | No | ||
preDelay | No | ||
simulatorUuid | Yes | ||
x1 | Yes | ||
x2 | Yes | ||
y1 | Yes | ||
y2 | Yes |