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.
- Host: GitHub
- URL: https://github.com/eddie4k-code/chromedriverupdaterwin32
- Owner: Eddie4k-code
- Created: 2023-02-10T01:38:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T01:58:42.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:21:57.276Z (3 months ago)
- Topics: automation, chrome-browser, chromedriver, chromedriver-updater, python, python-3, python-script, requests, requests-library-python, selenium, updater, webdriver
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"