Replies: 3 comments 3 replies
-
Hey OP, did you figure it out? Im having the same issue with |
Beta Was this translation helpful? Give feedback.
-
me too, mine seemed to happen when Chrome updated to 130 and it works with the normal Chrome driver |
Beta Was this translation helpful? Give feedback.
-
This fixed it for me although I get an incompatibility warning: |
Beta Was this translation helpful? Give feedback.
-
undetected-chromedriver version : 3.5.3
selenium version : 4.11.2
os: windows 11
Hello,
I am trying to make a very basic script that access a url and click on the login button. I'm not being blocked, by using driver.save_screenshot('nowsecure2.png') I can see that the page is displayed and the login button visible.
However when the script reaches this line : login_button = wait.until(EC.element_to_be_clickable((By.CSS_SELECTOR, "a[href='//discord.com/login']")))
It throws an error :
I tried without undetected_chromedriver and it works, but I want to use undetected_chromedriver.
Here is the full code :
Thank you
Beta Was this translation helpful? Give feedback.
All reactions