browser_navigate
Navigate to a URL and retrieve the page title and current URL following navigation.
Instructions
Navigate the browser to a URL. Returns the page title and current URL after navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to (e.g. https://example.com) | |
| waitUntil | No | When to consider navigation complete (default: networkidle) | networkidle |