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

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

Awesome Lists containing this project

README

          

# AutoChromeDriver
Created originally by [Lucas Werner](https://www.linkedin.com/in/lucas-werner/).

![logo](https://www.dailydot.com/wp-content/uploads/113/36/94625440202b7b97678bf0c6f7d7bdb4.jpg "Lucas Werner AutoChromeDriver package")

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 :)**