browser_navigate
Navigate to a specified URL in the active browser tab, opening a new tab when none exists. Choose wait conditions to ensure page content is loaded before proceeding.
Instructions
Go to a url in the active tab, opening one if none exists.
wait_until is "domcontentloaded" by default, which returns as soon as the markup is parsed. Use "load" when the page needs its images and stylesheets, or "networkidle" for a single-page app that fetches its content after load.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| wait_until | No | domcontentloaded |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |