chromedriver-version-matcher

1.1.9 • Public • Published

chromedriver-version-matcher

A Node module that finds the version of ChromeDriver that is compatible with the locally-installed version of Chrome.

Usage


const versionMatcher = require('chromedriver-version-matcher');

versionMatcher.getChromeDriverVersion()
  .then((result) => {
    console.log('Found Chrome version ' + result.chromeVersion);
    console.log('The compatible ChromeDriver version is ' + result.chromeDriverVersion);
  });

Manually updating index

Until https://github.com/blackbaud/chromedriver-version-matcher/issues/11 is resolved, we must manually update the index.

Readme

Keywords

none

Package Sidebar

Install

npm i chromedriver-version-matcher

Weekly Downloads

51

Version

1.1.9

License

MIT

Unpacked Size

25.7 kB

Total Files

13

Last publish

Collaborators

  • blackbaud