Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iohannrabeson/update_chrome_driver
Update chromedriver regarding the version of the local Chrome.
https://github.com/iohannrabeson/update_chrome_driver
chromedriver-updater chromedrivers chromium google-chrome rust
Last synced: about 1 month ago
JSON representation
Update chromedriver regarding the version of the local Chrome.
- Host: GitHub
- URL: https://github.com/iohannrabeson/update_chrome_driver
- Owner: IohannRabeson
- License: mit
- Created: 2023-01-21T01:23:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T06:57:23.000Z (10 months ago)
- Last Synced: 2024-10-13T06:42:23.545Z (about 1 month ago)
- Topics: chromedriver-updater, chromedrivers, chromium, google-chrome, rust
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# update_chrome_driver
A command that downloads the correct version of chromedriver regarding the version of the local Chromium installed.## Usage
```
$> update_chrome_driver.exeArguments:
The location of the local Google Chrome executable
The location of the output directory where the Google Driver executable will be extractedOptions:
-h, --help Print help```
## Windows
Due to this [bug](https://bugs.chromium.org/p/chromium/issues/detail?id=158372) in Chromium, [WMIC](https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic) is needed on Windows.