Selenium Python Tutorial#34 - How to handle Multiple Windows in Selenium

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 18

  • @SelectorsHub
    @SelectorsHub 3 роки тому +6

    One of the best Selenium Python series. Thank you so much Manish for creating it and helping everyone with it.

    • @softwaretestingmentor
      @softwaretestingmentor  3 роки тому +1

      Thank you very much! I am glad my work is helpful. @SelectorsHub is amazing as well and I use it extensively.

  • @kimalcoseba2199
    @kimalcoseba2199 2 роки тому +1

    Hello Manish, when I tried the swith_to_window, I got this error: "attributeerror: 'webdriver' object has no attribute 'switch_to_window'". Further checking, it was mentioned that switch_to_window was deprecated in Selenium v2.41. The solution was to use 'switch_to.' (with the period) instead of 'switch_to_'.
    Great job by the way with these videos. SO easy to understand. And love the assignment at end. :D

  • @ramichehab4797
    @ramichehab4797 2 роки тому +1

    Thank you!

  • @wagnerbarbosa1894
    @wagnerbarbosa1894 2 роки тому +1

    Hello! Here, Wagner, from Brazil! First of all, thank you for all the classes given for free! Simply fantastic! Would you please help me on this: I work with Sales Force. When I click in a button "reports", for exemple, instead of opening the URL in a new window, it opens under the same window. Can you show how to switch to the last "window" (not a window exactly but a new URL or something like that) just opened? Maybe there is a little trick to do it for which I could not find out yet. Again, thank you very much for the classes! Bye.

  • @artyom9499
    @artyom9499 11 місяців тому

    Awesome lesson

  • @kunjatakadhakal
    @kunjatakadhakal 2 роки тому +1

    Great videos Sir. Thank you. Do you take mock interviews now?

  • @AnilRathod-zh3iu
    @AnilRathod-zh3iu 2 роки тому +1

    Thankyou sir

  • @mdabdullahalhasib2920
    @mdabdullahalhasib2920 2 роки тому +1

    Nice

  • @trishalaingale234
    @trishalaingale234 Рік тому

    Can you please share solution of the assignment

  • @shiva11112
    @shiva11112 2 роки тому

    I have a question, If we have 4 to 5 windows open and need to switch to particular window, say from 5th to 3rd window. How do we do that

    • @UlianaPratsun
      @UlianaPratsun 8 місяців тому +1

      if handle != parent_handle:
      driver.switch_to.window(all_handles[3])

  • @aundremoodie
    @aundremoodie 3 роки тому +2

    genius

  • @rajancreation9813
    @rajancreation9813 2 роки тому

    How to use chrome shortcut keys in python selenium

  • @nammurushivamogga
    @nammurushivamogga 2 роки тому

    Someone please ans.. How to handle More than 2 tabs opened?? This method does not work in this case... Kindly help

    • @UlianaPratsun
      @UlianaPratsun 8 місяців тому +1

      if handle != parent_handle:
      driver.switch_to.window(all_handles[3])

  • @rajancreation9813
    @rajancreation9813 2 роки тому

    How to close the window and close other windows