Skip to main content

Posts

Showing posts from June, 2016

Working With Windows in Selenium Web Drivers

IN Web Application, it may be possible that once you open the browser then multiple windows open. These windows may have advertisement or other useful information. it may be also possible that once user will click on any link then a new window or new tab will open. So in this article we will handle these multiple windows using Selenium Web Driver.

How to Work With Frames in Selenium Web Drivers

An iFrame is a another HTML document embedded inside the HTML document on a Website. The content inside the iFrame generally come from another source . The content may be an Advertisement. iFrame behave like  a inline image so it have its own independent scrollbar from the whole web page. A Web designer can change the content of iframe without reload the whole web page. A web page may have many iFrame. a iFrame can be inside of another iFrame.