Selenium with Python Tutorial 13-How to handle Frames/iFrames | Switch between the frames

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 36

  • @bhagyashreebiradar4308
    @bhagyashreebiradar4308 15 วันที่ผ่านมา

    this is very helpful and most under stable video i have ever seen

  • @monicadesai5697
    @monicadesai5697 3 ปีที่แล้ว +1

    Thank you sir for this clear cut demonstration.!

    • @sdetpavan
      @sdetpavan  2 ปีที่แล้ว

      You are welcome

  • @sutarorem8297
    @sutarorem8297 2 ปีที่แล้ว

    holly cow you saved my life with this XD

  • @WanderlustEatts
    @WanderlustEatts 3 ปีที่แล้ว +2

    Could you please mention the websites as well which you are using for demo purpose?

  • @jayarajhans7515
    @jayarajhans7515 4 ปีที่แล้ว +1

    Thank you. It helped me to understand how to work with the frames.

    • @sdetpavan
      @sdetpavan  4 ปีที่แล้ว +1

      You are welcome!

  • @Zack-ni3vz
    @Zack-ni3vz 3 ปีที่แล้ว

    hi, I am stuck on switching to frames. i used the

  • @ravisrikakulapu6901
    @ravisrikakulapu6901 4 ปีที่แล้ว

    what has to be done if the class is changing everytime. what has to be done in this case using python? please help

  • @bijinicb6083
    @bijinicb6083 4 ปีที่แล้ว

    thankyou so much.
    and what to do if there is no name" frame" in the html inspect ?? what to do ??

  • @AndresLobaton
    @AndresLobaton 3 ปีที่แล้ว +1

    Thank you so much

  • @ij953
    @ij953 4 ปีที่แล้ว

    I am getting 'selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: WebDriver' for the second frame. Could you please help me ?

  • @dionissiosnomikos1599
    @dionissiosnomikos1599 2 ปีที่แล้ว

    Hello there. Congratulations for the good work you make.
    I didn't understand exactly what a frame/ is.
    Plus the site url is not active anymore. Is there something similar to get practice on??
    How these different frames can be appeared on my screen?

  • @austinhomolka
    @austinhomolka 3 ปีที่แล้ว +1

    Thank you!

  • @yogesh50008
    @yogesh50008 3 ปีที่แล้ว

    How to switch the if the Name / id is dynamic. How to handle this ? can you please help?

  • @BlhJ400
    @BlhJ400 3 ปีที่แล้ว

    Hey thank you so much and question
    is frame and are the same ?

  • @TestBaltech
    @TestBaltech ปีที่แล้ว

    Hello sir please share video link of - How to switch Frame and windows popups frame

  • @samerafif2132
    @samerafif2132 2 ปีที่แล้ว

    cant pass captcha with below code please help me !!!
    frames = driver.find_elements_by_tag_name("")
    driver.switch_to.frame(recaptcha-checkbox-border)
    driver.find_element_by_class_name("recaptcha-checkbox-border").click()
    error driver.switch_to.frame(recaptcha-checkbox-border)
    IndentationError: unexpected indent

  • @moazelsawaf2000
    @moazelsawaf2000 5 ปีที่แล้ว +1

    Thanks sir

  • @ashokvamshi6602
    @ashokvamshi6602 5 ปีที่แล้ว +1

    Thanks for this awesome videos with clear explanation. What about code shall we access the same?

  • @irvingperez6070
    @irvingperez6070 4 ปีที่แล้ว +1

    i've this warning DeprecationWarning: use driver.switch_to.frame instead
    driver.switch_to_frame thats means?

  • @prrout136
    @prrout136 4 ปีที่แล้ว

    Maximum times i am getting below erro and issues.please check and revert
    Traceback (most recent call last):
    File "C:/Users/bsnln/Seleium/Frame.py", line 16, in
    driver.find_elements_by_xpath('/html/body/div[1]/ul/li[5]').click()
    AttributeError: 'list' object has no attribute 'click'

    • @silentbob6668
      @silentbob6668 4 ปีที่แล้ว

      elements without 's'
      driver.find_element_by_xpath('/html/body/div[1]/ul/li[5]/a').click()

    • @rohitdeshpande7410
      @rohitdeshpande7410 4 ปีที่แล้ว

      You are using driver.find_elements_by_xpath but it should be driver.find_element_by_xpath

    • @4WHxRaghuvansh
      @4WHxRaghuvansh 3 ปีที่แล้ว

      remove s s s s s s from element _s

  • @supriyamandla8688
    @supriyamandla8688 ปีที่แล้ว

    Hi Pavan your videos are good but selenium with python is updated now you do the videos about that if that are available pls reply back to me

  • @leostar2135
    @leostar2135 3 ปีที่แล้ว

    Kindly share the selenium hq link

  • @fortznite8150
    @fortznite8150 3 ปีที่แล้ว

    Isn't this kind of useless as frames are not used nowadays?

  • @ricardonaves1
    @ricardonaves1 4 ปีที่แล้ว +1

    Thanks sir