About iFrames Example

iFrames are regularly used on web pages to embed content.

Example

The example page has a set of iFrames.

The iframe elements are added to a page like any other element.

They are often used to embed content from another site e.g.

They can also be used to pull in content from the same domain.

Automated Tools

Most automated tools have commands dedicated to working with iframes.

In WebDriver you would switchTo().frame(...) the iframe to work with it.

Help keep this site free by joining our Patreon Membership site. Membership costs as little as $1 a month and includes access to exclusive e-books and online training courses.