wavexis_activate_tab
Bring a browser tab to the foreground using its ID to switch the active tab. This ensures subsequent navigation and interaction tools act on that tab.
Instructions
Focus (bring to front) a browser tab by its ID.
Use to switch the active tab before running navigation or interaction tools; use wavexis_list_tabs to obtain tab IDs first.
Side effects: Changes the browser's active tab; subsequent tool calls operate on the newly focused tab. Returns: JSON string with keys: 'status' ('ok'/'error').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |