@testim/chrome-version
Finds the version of Chrome that is installed on your machine
Last updated 4 years ago by testim .
MIT · Repository · Bugs · Original npm
$ cnpm install @testim/chrome-version 
SYNC missed versions from official npm registry.

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('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.

Current Tags

  • 1.1.2                                ...           latest (4 years ago)

2 Versions

  • 1.1.2                                ...           4 years ago
  • 1.0.7                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org