iFrames - Instructions
iFrames are sometimes used on web pages to embed content.
Example
The example page has an iFrames.
The iframe elements are added to a page like any other element.
iframes can be used to pull in content from the same domain.
In this example we have two iframes.
Interact with the content of the iframes so you are convinced that the functionality remains unchanged while in an iframe.
Automated Tools
Most automated tools have commands dedicated to working with iframes.
In WebDriver you would switchTo().frame(...) the iframe to work with it.
Can you automate the interaction of the embedded content?
- locate and assert against list item text
- interact with the increment form and check the amount functionality works.