The Navigate node directs the browser to a specified URL. This is typically used to move between pages during a workflow.Documentation Index
Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt
Use this file to discover all available pages before exploring further.
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 - URLs that start with
/,?, or#are resolved relative to the current page origin - The browser waits for the page to load before proceeding to the next node

