browser_navigate
Navigate to a specified URL in the browser, optionally waiting until the page reaches a desired load state.
Instructions
Navigate to the specified URL in the browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| wait_until | No | Wait until: 'load', 'domcontentloaded', 'networkidle' | domcontentloaded |