substring, regex, or index. The simplified form is
a substring (string) or an index (number).
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. |