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
- Host: GitHub
- URL: https://github.com/laxsrbija/chromedriverdl
- Owner: laxsrbija
- License: mit
- Created: 2021-02-05T12:13:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T21:17:35.000Z (over 1 year ago)
- Last Synced: 2025-01-20T13:08:32.729Z (over 1 year ago)
- Topics: chrome, chromedriver, cli, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |