Skip to main content
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.

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