https://github.com/mavstuff/chromedriverupdater
https://github.com/mavstuff/chromedriverupdater
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mavstuff/chromedriverupdater
- Owner: mavstuff
- License: mit
- Created: 2022-08-25T13:21:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T16:31:19.000Z (almost 3 years ago)
- Last Synced: 2024-12-27T01:24:51.091Z (over 1 year ago)
- Language: C
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ChromeDriverUpdater
This application is intended to keep the actual ChromeDriver depending on the Chrome version currently installed.
Due to the constant Chrome updated, the chromedriver should be also updated.
ChromeDriverUpdater checks installed Chrome version and current Chromedriver.
If the versions are different, the app downloads the corresponding chromediver from the update site.
## Updates
2023-08-01:
- support Chrome URLs >= 115 (Chrome for Testing JSON endpoints)
## TO DO LIST
- Multiplatform
- Universal algorithm to find Chrome Path
- Move to cURL lib
(c) 2022-2023 Artem Moroz