Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 966 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 966 Bytes

Description

Deletes old chrome driver and replaces it with a specified version ofchromedriver in a specified location! Only meant for window 32 version of chromedriver.

How to use

Head to config -> config.ini and change the following settings:
  • downloadPath

    - This is where the chromedriver_win32.zip file will be downloaded to
  • zipFileName

    - Name of the zip file which by default is "chromedriver_win32.zip"
  • extractToPath

    - This is the path of where the chromedriver.exe in the chromedriver_win32.zip file will be extracted to (the script will also check this location for an existing chromedriver.exe and will delete it if it exists)
  • neededVersion

    - The version of chromedriver you want to download, must be exactly how it looks on the chromedriver site for example "110.0.5481.77"

Run in terminal "py main.py" and enjoy your driver being changed!! :)