switch_tab
Switch to a specific browser tab to interact with its content, enabling focused automation tasks within browser sessions.
Instructions
Switch to a specific browser tab and return the tab info object
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| page_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tab ID | |
| url | Yes | Tab URL | |
| title | Yes | Tab title | |
| is_active | Yes | Whether this is the active tab |