An open API service indexing awesome lists of open source software.

https://github.com/eddie4k-code/chromedriverupdaterwin32

Deletes existing chrome driver and replaces it with a new chromedriver in a specified location! Only meant for window 32 version of chromedriver.
https://github.com/eddie4k-code/chromedriverupdaterwin32

automation chrome-browser chromedriver chromedriver-updater python python-3 python-script requests requests-library-python selenium updater webdriver

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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