@testim/chrome-version

1.1.4 • Public • Published

chrome-version

Build Status

Finds the version of Chrome (or Chromium) that is installed on your machine.

Installation

npm install @testim/chrome-version

Use

(async () => {
    const { getChromeVersion } = require('@testim/chrome-version');
    const includeChromium = false;  // NOTE: set to true to also search for Chromium
    const version = await getChromeVersion(includeChromium);
    console.log(version);
})();

Testing

npm test
  • If no version of chrome is installed on your machine getChromeVersion will return null.

/@testim/chrome-version/

    Package Sidebar

    Install

    npm i @testim/chrome-version

    Weekly Downloads

    629,020

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    33.6 kB

    Total Files

    15

    Last publish

    Collaborators

    • testim