https://github.com/lucaswerner90/autochromedriver
Downloads a suitable version of Chromedriver based on your installed Chrome version
https://github.com/lucaswerner90/autochromedriver
chrome chromedriver driver e2e-tests javascript nightwatch selenium
Last synced: 2 months ago
JSON representation
Downloads a suitable version of Chromedriver based on your installed Chrome version
- Host: GitHub
- URL: https://github.com/lucaswerner90/autochromedriver
- Owner: lucaswerner90
- License: mit
- Created: 2018-03-16T22:08:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T09:18:45.000Z (over 7 years ago)
- Last Synced: 2025-08-09T01:51:45.040Z (2 months ago)
- Topics: chrome, chromedriver, driver, e2e-tests, javascript, nightwatch, selenium
- Language: JavaScript
- Size: 5.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoChromeDriver
Created originally by [Lucas Werner](https://www.linkedin.com/in/lucas-werner/).
Downloads a suitable version of Chromedriver based on your Chrome version so you don't need to take care about it.
## Installation
You can use either [Yarn](https://yarnpkg.com/) or [NPM](https://www.npmjs.com/) to install all the packages
```javascript
yarn add autochromedriver
```
```javascript
npm install autochromedriver
```## Use of the package
The package **will download a Chromedriver executable inside the node_modules/.bin/ folder** based on your Chrome version. So you can reference it inside your code.## Issues or Questions
If there's any problem with the package, questions or even improvements that could be included, feel free to share your thoughts inside the Issue section**Feel free to collaborate with this project, any help would be appreciated :)**