Skip to content

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

License

Notifications You must be signed in to change notification settings

samuelfullerthomas/chromedriver-version-matcher

 
 

Repository files navigation

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 blackbaud#11 is resolved, we must manually update the index.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 11.2%