Skip to main content
Provide exactly one of substring, regex, or index. The simplified form is a substring (string) or an index (number).

Parameters

ParameterTypeRequiredDescription
substringstringNoMatch the URL by substring.
regexstringNoMatch the URL by regular expression.
indexnumber | stringNoZero-based tab index.
timeoutnumberNoMaximum time in milliseconds to wait for a matching tab.

Shorthand

Substring (string) or zero-based index (number).
- switchTab: blog

Examples

- switchTab:
    substring: /companies/momentic/jobs/938G5qp
    timeout: 15000
- switchTab:
    substring: randomly-changing-link
- switchTab:
    regex: practice-tab-search
- switchTab: 1