Select browser tab
browser_select_tabSwitches the visible Chrome tab to a specified agent tab so you can capture it with a screenshot or inspect it. Other actions work in the background, so use only when the window view matters.
Instructions
Make one of the agent's tabs the visible one in its window, for example before capturing it with screenshot. browser_snapshot, browser_click and browser_type work on background tabs, so most tasks never need this. The agent's group lives in the user's Chrome window, so this changes which tab that window shows; use it sparingly. The user's own tabs are never selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 1-based position within the agent's tabs; fallback mode only, when tab_id is unavailable | |
| tab_id | No | tab_id of one of the agent's tabs, from browser_open_tab or browser_list_tabs | |
| session_id | No | Stable task or thread ID. Pass the same value on every browser call for this task. Different IDs isolate tabs and cleanup within one MCP process. Omit for the default process session. |