IohannRabeson / update_chrome_driver

Update chromedriver regarding the version of the local Chrome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 <CHROME_BROWSER_PATH> <OUTPUT_DIRECTORY>

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

Options:
  -h, --help  Print help

Windows

Due to this bug in Chromium, WMIC is needed on Windows.

About

Update chromedriver regarding the version of the local Chrome.

License:MIT License


Languages

Language:Rust 100.0%