navigate
Load a new URL in an existing browser tab, optionally matching the tab's current URL and waiting for the page to finish loading.
Instructions
Point an existing tab at a new URL.
Args: url: Absolute URL to load. tab_id: Exact tab id. url_pattern: Regex matched against the tab's current URL. wait_for_load: Wait until the document finishes loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| tab_id | No | ||
| url_pattern | No | ||
| wait_for_load | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |