wavexis_new_tab
Open a new browser tab to access a URL without losing the current page. Use this to browse multiple pages simultaneously.
Instructions
Create a new browser tab, optionally navigating to a URL.
Use to open a parallel page without losing the current tab; use wavexis_navigate to change the current tab's URL instead.
Side effects: Opens a new browser tab; if a URL is provided, issues a network request to it. Returns: JSON string with keys: 'status' ('ok'/'error'), 'tab_id' (str), 'url' (str).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |