Test tabs, windows, and frames
Move between tabs, windows, and iframes while a Flow runs.
Last updated
Move between tabs, windows, and iframes while a Flow runs.
Some journeys open a new tab, a popup window, or content inside an iframe. DoesQA keeps focus on one place at a time, so you add a step when the Flow should move.
Use the Flow Builder for this walkthrough.
Use Touch (or another step) on the control that opens the new window.
Add Switch window from the Runner family.
Enter part of the window Domain / Title. DoesQA matches that text against the page title, then the URL.
Add another Switch window with Domain / Title text from the first window.

Moves to the next tab
Moves to the previous tab
Closes the tab you are on
These steps are relative to the current tab. There is no tab index field.
Add Switch to parent frame when later steps belong to the page around the iframe.

Pro tip: Keep Domain / Title text short but distinctive, such as part of the host name or a unique page title word, so Switch window lands on the right target.
Last updated