navigate
Load a given URL in the current tab, or in a specific tab matched by title or substring. For non-active tabs, the navigation happens without changing focus.
Instructions
Navigate a tab to a URL. If 'tab' is specified, navigates that tab via CDP without changing focus. Otherwise navigates the current tab via IPC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | Tab to target by URL or title substring. Uses CDP (no focus change). | |
| url | Yes | URL to navigate to |