open_tab
Open a URL in a new tab, with options to bring it to the front and wait for the page to load.
Instructions
Open a URL in a new tab and return its id.
Args: url: Absolute URL to open. activate: Bring the new tab to the front. wait_for_load: Wait until the document finishes loading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| activate | No | ||
| wait_for_load | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |