navigate
Loads the specified URL in the browser, automatically adding https:// if missing, and waits for the page to load. Raises errors for invalid or unloadable URLs.
Instructions
Navigate to the given URL in the web browser.
If the URL doesn't start with a protocol (eg: https://),
then https:// is automatically prefixed in before navigation.
Waits until the initial HTML document is fully parsed and loaded.
New pages visited will show up in browser navigation history.
If the URL is invalid or the page can't load due to an issue,
then the corresponding errors will be raised.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |