Frame

Learn what a frame is and how we can test it using Selenium.

We'll cover the following

Frames

Frames (or HTML Frame) is a part of the web page or the browser window, which displays content independent of its container (i.e., it has the ability to load content independently). Commonly, frames are treated as independent pages, which is not a good web design practice. As a result of this, only a few new sites use frames nowadays. However, there are quite a number of sites that still use iFrames extensively.

Testing frames

Get hands-on with 1200+ tech skills courses.