Navigate to a URL
browser_navigateNavigate to a specified URL and wait until the page fully loads, including single-page app navigation events, without using a fixed delay.
Instructions
Navigate to a URL and wait for the page to settle. Resolves on the load event (or the SPA history event) instead of a fixed sleep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to |