How to handle iframes on a webpage || Selenium WebDriver II Automation with Selenium

preview_player
Показать описание
In this session you will learn very important concept in automation - Handling iframes with examples

Playlist of all Selenium Sessions step by step

If you want to access the complete programs in selenium please download from below github Repository

What is iframe

An HTML iframe is used to display a web page within a web page / Some content
Switch to Frame

Switch to Main Frame / Parent Frame

=====================
Example Program
=====================

public class iframe_Example
{
public static void main(String args[])
{
WebDriver driver=new ChromeDriver();

//find number of iframes


/*
*/



}
}

Playlist of all Selenium Sessions step by step
Рекомендации по теме
welcome to shbcf.ru