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

https://github.com/laxsrbija/chromedriverdl

Downloads the version of ChromeDriver matching the local Chrome installation
https://github.com/laxsrbija/chromedriverdl

chrome chromedriver cli nodejs npm

Last synced: 6 months ago
JSON representation

Downloads the version of ChromeDriver matching the local Chrome installation

Awesome Lists containing this project

README

          

# chromedriverdl

Downloads the version of [ChromeDriver](https://chromedriver.chromium.org/) matching the local Chrome installation.

## Download
Using npm:
```shell
$ npm i -g chromedriverdl
```

## Usage
Simply call `chromedriverdl` and a ChromeDriver will be downloaded to the current working directory.

```shell
λ chromedriverdl
Installed Chrome has version 88.0.4324.150
Downloading ChromeDriver 88.0.4324.96 for linux64 to /my/awesome/directory
```

### Options
| Option | Alias | Description | Mandatory |
|---------------|-------|------------------------------|-----------|
| --destination | -d | Path of the output directory | No |