-
I made an automation task using Selenium base using Driver format everything was working well after 2 days I tried to run the same code again it starts and initiate driver and then it doesn't recognize any elements in the webpage including : |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I have same under UC mode after upgraded Chrome 130.0.6723.59 |
Beta Was this translation helpful? Give feedback.
-
There’s an issue with chromedriver 130. Try setting driver_version="129" That workaround should work until a more permanent solution becomes available. I’m figuring out how to properly patch all the driver changes that appeared in 130. |
Beta Was this translation helpful? Give feedback.
-
For me using old chrome version 129 worked, my current script is not working properly on 130. Hopefully anyone who face this issue try to downgrade their chrome and it's driver. |
Beta Was this translation helpful? Give feedback.
-
Upgrade to SeleniumBase |
Beta Was this translation helpful? Give feedback.
Upgrade to SeleniumBase
4.32.5
(or newer if available). Details here: #3236