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