swipe
Perform a swipe gesture between two points on a device to navigate or scroll. Configure start and end coordinates, duration, and repetition count.
Instructions
Swipe between two points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Agent-device session name. | |
| platform | No | Platform selector used to resolve a device. | |
| deviceTarget | No | Device target form. Maps to the CLI --target flag. | |
| target | No | Alias for deviceTarget on commands without a UI target field. Interaction commands reserve target for the UI element. | |
| device | No | Device name selector. | |
| udid | No | iOS device UDID selector. | |
| serial | No | Android serial selector. | |
| iosSimulatorDeviceSet | No | iOS simulator device-set path used for device resolution. | |
| androidDeviceAllowlist | No | Android serial allowlist used for device resolution. | |
| daemonBaseUrl | No | Remote daemon base URL. | |
| daemonAuthToken | No | Remote daemon auth token. | |
| tenant | No | Remote tenant identifier. | |
| runId | No | Lease run identifier. | |
| leaseId | No | Existing lease identifier. | |
| cwd | No | Working directory for command execution. | |
| debug | No | Enable debug diagnostics. | |
| from | Yes | Swipe start point. | |
| to | Yes | Swipe end point. | |
| durationMs | No | Swipe duration in milliseconds. | |
| count | No | Number of swipe repetitions. | |
| pauseMs | No | Pause between repeated swipes. | |
| pattern | No | ||
| stateDir | No | Agent-device state directory. |