select_page
Switches Firefox to a specific tab by index, URL substring, or title substring, prioritizing index for reliable browser automation and testing.
Instructions
Select active tab by index, URL, or title. Index takes precedence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL substring (case-insensitive) | |
| title | No | Title substring (case-insensitive) | |
| pageIdx | No | Tab index (0-based, most reliable) |