Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

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

blackbaud/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 #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