this is very helpful and most under stable video i have ever seen
@monicadesai56973 жыл бұрын
Thank you sir for this clear cut demonstration.!
@sdetpavan2 жыл бұрын
You are welcome
@sutarorem82972 жыл бұрын
holly cow you saved my life with this XD
@WanderlustEatts3 жыл бұрын
Could you please mention the websites as well which you are using for demo purpose?
@Zack-ni3vz3 жыл бұрын
hi, I am stuck on switching to frames. i used the
@ravisrikakulapu69014 жыл бұрын
what has to be done if the class is changing everytime. what has to be done in this case using python? please help
@bijinicb60834 жыл бұрын
thankyou so much. and what to do if there is no name" frame" in the html inspect ?? what to do ??
@yogesh500084 жыл бұрын
How to switch the if the Name / id is dynamic. How to handle this ? can you please help?
@ij9534 жыл бұрын
I am getting 'selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: WebDriver' for the second frame. Could you please help me ?
@dionissiosnomikos15992 жыл бұрын
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?
@jayarajhans75154 жыл бұрын
Thank you. It helped me to understand how to work with the frames.
@sdetpavan4 жыл бұрын
You are welcome!
@BlhJ4004 жыл бұрын
Hey thank you so much and question is frame and are the same ?
@TestBaltech Жыл бұрын
Hello sir please share video link of - How to switch Frame and windows popups frame
@samerafif21322 жыл бұрын
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
@AndresLobaton3 жыл бұрын
Thank you so much
@irvingperez60704 жыл бұрын
i've this warning DeprecationWarning: use driver.switch_to.frame instead driver.switch_to_frame thats means?
@prashantsinghchauhan44304 жыл бұрын
even then it works, the video being old is the issue
@prrout1364 жыл бұрын
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'
@silentbob66684 жыл бұрын
elements without 's' driver.find_element_by_xpath('/html/body/div[1]/ul/li[5]/a').click()
@rohitdeshpande74104 жыл бұрын
You are using driver.find_elements_by_xpath but it should be driver.find_element_by_xpath
@4WHxRaghuvansh3 жыл бұрын
remove s s s s s s from element _s
@ashokvamshi66025 жыл бұрын
Thanks for this awesome videos with clear explanation. What about code shall we access the same?
@austinhomolka3 жыл бұрын
Thank you!
@sdetpavan2 жыл бұрын
Welcome
@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
@leostar21353 жыл бұрын
Kindly share the selenium hq link
@moazelsawaf20005 жыл бұрын
Thanks sir
@sdetpavan2 жыл бұрын
Welcome
@fortznite81503 жыл бұрын
Isn't this kind of useless as frames are not used nowadays?