navigate
Go to a URL in a tab, replacing its current page. Targets the active tab unless tabId is provided.
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 |