substring, regex, or index.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
substring | string | No | Match the URL by substring. |
regex | string | No | Match the URL by regular expression. |
index | number | string | No | Zero-based tab index. |
timeout | number | No | Maximum time in milliseconds to wait for a matching tab. |