autochromedriver

Auto download the ChromeDriver version that fits your Chrome browser

Usage no npm install needed!

<script type="module">
  import autochromedriver from 'https://cdn.skypack.dev/autochromedriver';
</script>

README

AutoChromeDriver

Created originally by Lucas Werner.

logo

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