Iframe Content
Test #18Extract data from content embedded within iframes, including static, interactive, and dynamically loaded frames.
Test Passing Criteria
Static Product Iframe
StaticA product table embedded in a standard iframe. Extract the product data and verification key.
Login Iframe
InteractiveA login form inside an iframe. Authenticate and extract the returned secret key.
Dynamic Iframe
DelayedThis iframe loads dynamically after a 2-second delay. Wait for it to appear, then extract the content.
Loading dynamic iframe content...
Challenge
This test requires your scraper to handle iframes, which load separate HTML documents. You need to:
- Navigate into the static product iframe and extract the product table data and verification key
- Interact with the login iframe by submitting credentials and capturing the auth response
- Wait for the dynamic iframe to load (2s delay) and extract its content