Same shape asDocumentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
assert, but the agent reasons over the screenshot rather than
the DOM. Use this when the property under test is purely visual — color, layout,
icons, charts.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
that | string | Yes | What must be true on the page, purely from the screenshot. |
timeout | number | No | Maximum time in milliseconds to wait. |
iframe | string | No | Description of the iframe to scope the assertion to. |
source | string | No | Marker used to attribute the assertion in traces. |
DANGEROUS_FORCE_DYNAMIC | boolean | No | Bypass the step cache. |
saveAs | string | No | Name of the variable to write this step’s return value to. |
retries | number | No | Number of 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. |