Switch window

Continue a web test in another tab or window: a payment page, an OAuth popup, a document preview. Every later step runs in that window.

Continue the test in another tab or window: a payment page that opened in a new tab, an OAuth popup, a document preview. Every step after this one runs in the window you switched to.

Parameters

ParameterRequiredDescription
Tab name or URLYesText matched against the title and URL of open tabs. The first matching tab becomes the active one. Supports variables.
Ignore error on this stepNoThe run continues with the next step if no tab matches. Default: off.

Results and metrics

  • Timing: start, end, and duration (in seconds) recorded in the step result.
  • Status: failed if no open tab matches the name or URL.
  • Screenshot: captured in the newly active tab.

What's next?

Verify element

Confirm the new tab shows what you expect

Navigate to URL

Load a different page in the current tab

Last updated on