IFrame
Interact with elements inside <iframe> elements. Practice switching frames in Selenium, Playwright, and Cypress.
Each coloured box below is an
<iframe>. Elements inside a frame are not directly accessible without first switching into the frame context.
Internal Page IFrame
This iframe loads /iframe-inner — a page served by this same app.
Multiple IFrames Side by Side
Two iframes on the same page — switch between them by ID or index.