$ cnpm install @testim/chrome-version
Finds the version of Chrome that is installed on your machine.
npm install @testim/chrome-version
(async () => {
const { getChromeVersion } = require('chrome-version');
const version = await getChromeVersion();
console.log(version);
})();
getChromeVersion
will return null.Copyright 2013 - present © cnpmjs.org