navigate
Direct a browser tab to a specified URL and wait for the page to load completely, returning the final URL after any redirects.
Instructions
Navigate a tab to a URL. Waits for page load. Use create_tab first, then navigate. Returns final URL (may differ due to redirects).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID from create_tab | |
| url | Yes | Full URL including protocol (e.g. 'https://example.com') |