tab_select
Switch to a browser tab by specifying its index or by providing a URL substring to select the first matching tab.
Instructions
Switch to a tab by index, or by url_contains (first tab whose URL contains the substring).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Tab index. Ignored if url_contains is set. | |
| url_contains | No | Select the first tab whose URL contains this substring. |