Swipes the screen or a container in a direction. The simplified form takes a direction string.Documentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
direction | up | down | left | right | Yes | Swipe direction. |
in | string | { x, y, delta } | No | Scroll container: screen, app, webview, a description, or raw coordinates. |
viewportPercent | number | string | No | Distance to swipe as a percent of the viewport (e.g. 90 or "90%"). |
duration | number | No | Swipe duration in milliseconds. |
offset | string | { x, y } | No | Pixel offset for the gesture start ("x, y" or { x, y }). |
saveAs | string | No | Variable to store this step’s return value on env.<name>. |
retries | number | No | Times to retry the step on failure before failing the test. |
skipped | boolean | No | Skip this step at execution time. |
comment | string | No | Free-form annotation kept with the step. |