1.1.9 • Published 2 years ago

chromedriver-version-matcher v1.1.9

Weekly downloads
2,223
License
MIT
Repository
github
Last release
2 years ago

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.

1.1.9

2 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago

1.0.0-alpha.0

6 years ago