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.

URLs can be absolute or relative. Relative URLs resolve against the project’s base URL.

Parameters

ParameterTypeRequiredDescription
urlstringYesDestination URL.
timeoutnumberNoMaximum navigation 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

URL as a single string.
- navigate: http://localhost:4173/practice-ai-action-library

Examples

- navigate:
    url: http://localhost:3000/tests
    timeout: 60000
- navigate:
    url: https://www.ycombinator.com/apply
    timeout: 15000