Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 662 Bytes

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.