safari_switch_tab
Switch Safari browser tabs by index to target specific pages for automation tasks like clicking, filling forms, or taking screenshots.
Instructions
Switch to a specific tab by index (use safari_list_tabs to see indices). All subsequent commands (click, fill, evaluate, screenshot, scroll) will target this tab. If commands seem to run on the wrong tab, call switch_tab again to re-anchor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Tab index (starting from 1) |