navigate
Redirect the active browser tab to a specified URL, replacing the current page. Requires a URL; optional tabId and waitUntil parameters provide control.
Instructions
Navigate a tab to a URL, REPLACING its current page. Acts on the active tab unless tabId is given — to open a site without losing the current page, use tab_new instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tabId | No | Target tab id (defaults to the active tab) | |
| waitUntil | No | When to consider navigation done |