Tag: Handling frames

  • What are Frames? How to handle frames in Selenium WebDriver with C#?

    IFrame (FullForm: Inline Frame) is an HTML document that is included in another HTML document and is used to place the contents from another source. Eg: Advertisements, Youtube Videos etc… Almost all site includes IFramenow a day, where they would be displaying advertisements or playing videos of other sources. Now, let’s see how to identify…