How to update chrome driver for windows 10

python-3.5, selenium-chromedriver, selenium-webdriver, windows-10

Solution

chromedriver is a single self-contained executable file. Just replace your existing version with a newer one.

- download the latest version of chromedriver_win32.zip from https://sites.google.com/a/chromium.org/chromedriver/downloads

- unzip the file to extract chromedriver.exe

- replace your existing file with this new executable.

Problem

Hello I am looking to update my chrome driver to the latest version but cannot find any information on updating the driver - just info on installing it. What do I need to do to update the driver to the latest version?

Original source

Related problems