Skip to main content

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.

Equivalent to pressing the browser’s reload button.

Parameters

ParameterTypeRequiredDescription
timeoutnumberNoMaximum reload time in milliseconds.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.
commentstringNoFree-form annotation kept with the step.

Shorthand

Bare command.
- refresh

Examples

- refresh:
    timeout: 30000