Skip to content

liron-navon/chrome-version

Repository files navigation

chrome-version

Finds the version of Chrome that is installed on your machine.

Installation

npm install @testim/chrome-version

Use

(async () => {
    const { getChromeVersion } = require('chrome-version');
    const version = await getChromeVersion();
    console.log(version);
})();
  • If no version of chrome is installed on your machine getChromeVersion will return null.

About

chrome-version

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published