pilot_tab_select
Switch to a specific browser tab by its ID to continue automation or bring a background tab to the foreground.
Instructions
Switch the active browser context to a specific tab by its ID. Use when the user wants to work in a different tab, bring a background tab to the foreground, or continue automation in a previously opened tab. Use pilot_tabs to find tab IDs.
Parameters:
id: The tab ID to switch to (from pilot_tabs output)
Returns: Confirmation with the tab ID that is now active.
Errors:
"No such tab": The provided tab ID does not exist. Run pilot_tabs to see valid IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tab ID to switch to |