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

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

SDET- QA

5 лет назад

47,102 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@supriyamandla8688
@supriyamandla8688 - 23.09.2023 13:11

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

Ответить
@user-bb9wy9ej9y
@user-bb9wy9ej9y - 10.08.2023 16:54

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

Ответить
@dionissiosnomikos1599
@dionissiosnomikos1599 - 06.03.2022 16:24

Hello there. Congratulations for the good work you make.
I didn't understand exactly what a frame/iframe 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?

Ответить
@sutarorem8297
@sutarorem8297 - 26.02.2022 01:38

holly cow you saved my life with this XD

Ответить
@samerafif2132
@samerafif2132 - 16.02.2022 16:39

cant pass captcha with below code please help me !!!

frames = driver.find_elements_by_tag_name("iframe")
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

Ответить
@monicadesai5697
@monicadesai5697 - 10.01.2022 09:02

Thank you sir for this clear cut demonstration.!

Ответить
@leostar2135
@leostar2135 - 02.10.2021 20:39

Kindly share the selenium hq link

Ответить
@fortznite8150
@fortznite8150 - 03.09.2021 19:49

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

Ответить
@austinhomolka
@austinhomolka - 27.08.2021 18:35

Thank you!

Ответить
@Zack-ni3vz
@Zack-ni3vz - 15.06.2021 20:38

hi, I am stuck on switching to frames. i used the<iframe id = "player" but its not working. its says that it cannot locate the element. what do i do?

Ответить
@swetapradhan4969
@swetapradhan4969 - 05.05.2021 18:36

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

Ответить
@AndresLobaton
@AndresLobaton - 06.03.2021 09:39

Thank you so much

Ответить
@yogesh50008
@yogesh50008 - 07.02.2021 20:24

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

Ответить
@baelhj
@baelhj - 07.02.2021 10:26

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

Ответить
@bijinicb6083
@bijinicb6083 - 10.01.2021 01:03

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

Ответить
@ravisrikakulapu6901
@ravisrikakulapu6901 - 24.11.2020 15:41

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

Ответить
@jayarajhans7515
@jayarajhans7515 - 24.09.2020 12:14

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

Ответить
@officialfilms6156
@officialfilms6156 - 31.08.2020 17:15

dear sir, please mention the URL code

Ответить
@irvingperez6070
@irvingperez6070 - 07.04.2020 20:37

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

Ответить
@ij953
@ij953 - 13.03.2020 15:43

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

Ответить
@niteshnayak2798
@niteshnayak2798 - 27.02.2020 12:35

If we copy browser driver exe files inside Scripts folder of Python installation directory. Then no need to specify the location of exe all the time
we can use "driver = webdriver.Chrome()"

Ответить
@ricardonaves1
@ricardonaves1 - 12.02.2020 23:08

Thanks sir <3

Ответить
@moazelsawaf2000
@moazelsawaf2000 - 15.06.2019 07:04

Thanks sir <3

Ответить
@jitendrasinghshekhawat7917
@jitendrasinghshekhawat7917 - 09.04.2019 23:19

as driver.switch_to_frame() is deprecated,So now onward we can use driver.switch_to.frame("framename")

Ответить
@ashokvamshi6602
@ashokvamshi6602 - 26.03.2019 12:30

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

Ответить