act when the exact
UI path is unknown or brittle; use a single tap/type when you already know
the step. The simplified form takes the goal as a single string.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
goal | string | Yes | What the agent should accomplish. |
version | string | No | AI action version to run with (e.g. "2"). |
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. |