navigate
Navigate a Chrome tab to a specified URL, optionally targeting a specific tab by ID. Returns tab ID, URL, and frame ID on success, or an error otherwise.
Instructions
Navigate a Chrome tab to url.
Uses the first page tab when tab_id is omitted. Returns
{"tab_id", "url", "frameId"} on success, {"error": ...} otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tab_id | No |