Handling Frames/IFrames In Selenium WebDriver : Part 1

Hello Folks, In this post, we will learn :Handling Frames/IFrames in Selenium webdriver”. What is Frame in HTML? HTML frames are used to divide your browser window into multiple sections where each section can load a separate HTML document. A frame can be created using <frame> tag in html. The <frame> tag is not supported in … Continue reading Handling Frames/IFrames In Selenium WebDriver : Part 1