Login

Lost your password?
Don't have an account? Sign Up

P13 – How to handle multiple windows or tabs using Selenium WebDriver | తెలుగు |

In this video, I have explained about "How to handle multiple windows or tabs using Selenium WebDriver".

The below website is used for practice: ?

You can find the program used in this video at the below location: ?

▶ Next Video link:
◀ Previous Video Link:
↔ Selenium Java in Telugu Playlist link:

✴ Checkout my other playlists:

☕ Buy me a coffee:

? Join my YouTube channel to get access to perks:?

==============================================
==============================================
Connect us @
? Website –
? Telegram –
? Facebook –
? LinkedIn –
? Twitter –
? Instagram –
==============================================
==============================================
? Please Subscribe? to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.

#hyrtutorials #selenium #telugu #java

https://www.educational.guru

48 comments

    1. H Y R Tutorials

      @Siva Sankar every window has a windowhandle and you can get all your widnow handles using getWindowHandles method.
      Once you have all the windows you can switch to any window by just providing the window handle

    2. Siva Sankar

      @H Y R Tutorials sir by using if condition we can switch to child window in one parent one child window concept. In in multiple windows(two child Windows) concept,how can i switch to particular window.

  1. Nukaraju Bhuvana

    Sir…chala Baga chepparu..kani nannu interview lo e question adigithe..nenu index of the window teskoni close chestanu naky kavalsina tab Ani cheppa…set of strings teskunte….index Ela vastundi Ani re-question chesadu…nenu chepalekapoya….index use chesi window ni close cheyalema sir….index tho window ni close cheyadam chepoandi sir okasari

    1. H Y R Tutorials

      Windowhandles ni index basis tho deal cheyyalem buddy.
      Frames ni maathrame index tho handle cheyyochu but not window handles.
      So index ni base cheskoni manam switch avvalem kaabatti manaku ikkada set lonchi index thechukovalsina aasaram he ledu asalu.

  2. Venkatesh Kilari

    bro e code kud k ne kadha
    ArrayList list=new ArrayList(driver.getWindowHandles());
    System.out.println(“ar list “+list);
    driver.switchTo().window( list.get(0));
    driver.getTitle();

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*