navigate
Loads a URL in a real browser and returns the page title and final URL after redirects.
Instructions
Navigate the browser to a URL and return the page title and final URL after redirects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to (must include protocol, e.g. https://) | |
| waitUntil | No | When to consider navigation complete (default: load) |