Navigate to URL
browser_navigateNavigate a browser to a specified URL for accessibility testing, returning page title and status code upon completion.
Instructions
Navigate the connected browser to a URL. Returns the page title and HTTP status code when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| waitUntil | No | When to consider navigation complete. Default: load | load |
| timeout | No | Navigation timeout in milliseconds. Default: 30000 |