Reputation: 340
I have this issue that comes up every time Chrome releases an update.
Here is the scenario:
It is extremely annoying that ChromeDriver 84 is not backwards compatible, has anyone figured out a solution to this scenario?
Upvotes: 3
Views: 845
Reputation: 340
Okay so this is my very annoying solution so far if anyone else has this issue...
https://chromedriver.storage.googleapis.com/LATEST_RELEASE_[chrome version, minus minor version]
see this guide: https://chromedriver.chromium.org/downloads/version-selectionTHAT works, but that is admittedly annoying and if anyone else has a better solution I would still love to hear it.
Upvotes: 1
Reputation: 18849
I am dealing with the same issue and it is extremely annoying. I haven't done this solution but I think this solution will be good for you.
https://www.npmjs.com/package/chromedriver
Scroll down to Detect ChromeDriver Version
on that page I linked. You can detect the version of ChromeDriver to install based on your local version of Chrome through npmrc
or an Environment variable.
Upvotes: 2