Search code examples
selenium-webdriverselenium-chromedriverwindows-10python-3.5

How to update chrome driver for windows 10


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?


Solution

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

    1. download the latest version of chromedriver_win32.zip from https://sites.google.com/a/chromium.org/chromedriver/downloads
    2. unzip the file to extract chromedriver.exe
    3. replace your existing file with this new executable.