Skip to content

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

Notifications You must be signed in to change notification settings

Eddie4k-code/ChromeDriverUpdaterWin32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!! :)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published