Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | The URL to navigate to |
Examples
Basic Navigation
Navigate to a specific page:Navigate with Input Variables
Use input variables to dynamically set the URL:Navigate Back
Use the reserved keywordback to navigate to the previous page:
Navigate with Extracted Data
Use previously extracted data to navigate:Notes
- The
backkeyword triggers browser back navigation, equivalent to clicking the browser’s back button - URLs can contain template variables using the
{{}}syntax - The browser waits for the page to load before proceeding to the next node

