Browser Navigate Activity
The Browser Navigate activity enables the redirection of an active browser tab to a specific URL or a previous/subsequent page in the navigation history. This activity allows automation workflows to manage web navigation dynamically within an existing application session.
| Field | Description | Requirement |
|---|---|---|
| Application name | The reference name of the browser application instance that is currently open or attached. | Required |
| Navigate url | The destination URL to which the browser should navigate. | Optional |
| Navigate to | The navigation direction within the browser history, such as moving forward or backward. | Optional |
Action Types & Examples
Navigate to URL
- Format: string
- Example Result: "https://www.robusta.ai/"
Navigate Direction
- Format: string
- Example Result: "forward"
Implementation Examples
Field Setup - Application name: ${navigateOpen} - Navigate url: "https://www.robusta.ai/"
Execution Parameters - Navigate to: "forward" - Navigate to: "back"
Technical Notes
To ensure successful execution, at least one of the following parameters must be provided: "Navigate url" or "Navigate to". The "Application name" must match a browser reference previously defined or opened within the process scope.