Search code examples
pythongoogle-chromeselenium-webdrivercurlselenium-chromedriver

Download chrome driver 117


I need to download chrome version 117.0.5846.0 from https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json

I know I can use "curl" command to download this, but not sure how to download it from a json document URL.

This is for Windows 64 machine. Recently my chrome got updated to this version and since then I am unable to run selenium tests from Pycharm IDE and getting the following error.

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114

Any help is much appreciated.


Solution

  • Some time ago I used selenium, and encountered the same problem. I advise you instead to download the .exe version of ChromeDriver.