iFrame

Learn what an iFrame is and how we can test it using Selenium.

We'll cover the following...

iFrame

An Inline Frame (iFrame) is an HTML document embedded inside another HTML document on a website.

An example iFrame web page
An example iFrame web page

HTML Source:

The HTML source for the above example web ...