chrome_navigate
Navigate a Chrome tab to a URL, selecting the tab index and load-wait condition. Automate page navigation while keeping the existing session, cookies, and extensions active.
Instructions
Navigate the active tab to a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to navigate to | |
| tab_index | No | Tab index to navigate (optional, defaults to active tab) | |
| wait_until | No | When to consider navigation complete (default: load) |