live_switch_tab
Pins a specific open tab to direct subsequent live automation commands to that tab. Omit the tab ID to revert to following the active browser tab.
Instructions
Pins a specific already-open tab (by id, see live_list_tabs) as the target for every other live_* call, same as picking it from the side panel's own "Target" menu. Omit tabId to go back to following whichever tab is actually active in the browser instead of a pinned one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Omit to unpin and follow the active tab instead | |
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. | |
| session | No | Which connected side panel to target, by its connection id (see live_status) -- only needed when more than one side panel is connected to the same project. |