autochromedriver
v1.0.9
Published
Auto download the ChromeDriver version that fits your Chrome browser
Downloads
4
Maintainers
Readme
AutoChromeDriver
Created originally by 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 or NPM to install all the packages
yarn add autochromedriver
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 :)