safari_wait_for_new_tab
Wait for a new Safari tab to appear, such as after an OAuth login popup, and automatically switch to it. Supports optional timeout and URL matching.
Instructions
Wait for a new tab to appear (e.g. after OAuth login click opens popup). Automatically switches to the new tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout in ms (default: 10000) | |
| urlContains | No | Only match new tabs whose URL contains this string |