For the complete documentation index, see llms.txt. This page is also available as Markdown.

Switch To Parent Frame

Return focus from an iframe to the parent page.

Switch to parent frame returns focus to the page that contains the iframe. Use it after Switch frame when later steps belong on the main page again.

Switch to parent frame Test Step

When to use it

  • Leave an iframe after you finished the embedded journey.

  • Pair every Switch frame with a return when the Flow continues outside the iframe.

Example Flow

Switch frame, Touch, Switch to parent frame

Configure

This step has no fields. Place it after the iframe steps you need.

Tags: action, switch, frame, iframe, parent

Last updated