Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 17 hours ago
JSON representation

Update chromedriver regarding the version of the local Chrome.

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.exe

Arguments:
The location of the local Google Chrome executable
The location of the output directory where the Google Driver executable will be extracted

Options:
-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.