Iframe Content
Interactive elements embedded inside iframes. Tests context switching between the main page and iframe contexts.
Simple Iframe
An iframe with a button and input field. Requires switching context to interact.
Named Iframe
Same content but the iframe has a name attribute for switching by name.
Nested Iframe
An iframe that itself contains another iframe. Tests multi-level context switching.
Multiple Iframes
Two iframes side by side. Tests switching between different iframe contexts by index.