ChromeDriver Not Updated?
I'm getting an error message that the wrong ChromeDriver version is installed. Is there a solution for this? The run ID is 1kRoKIMf7ld1UVQgf and the message from the log is :
6 Replies
correct-apricot•3y ago
Thanks for the report, passed it to our Python devs, will get back to you once there's some information.
flat-fuchsiaOP•3y ago
thank you!
correct-apricot•3y ago
So I got the response from the team:
It's that
undetected-chromedriver
you're using, which expects that you have a latest version of Chrome installed by default. You have to do something like this:
https://github.com/ultrafunkamsterdam/undetected-chromedriver#words-of-wisdomGitHub
GitHub - ultrafunkamsterdam/undetected-chromedriver: Custom Seleniu...
Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM) - GitHub - ultrafunkamsterdam/undetected-chromedriver: Custom Se...
correct-apricot•3y ago
This will break every time we update the base image with a new Chrome version though, so ideally you'll have to detect the version dynamically:
flat-fuchsiaOP•3y ago
thank you, i will give this a try
it works! thanks again
correct-apricot•3y ago
Perfect, happy to help!