1.1.4 • Published 8 months ago

@testim/chrome-version v1.1.4

Weekly downloads
386,123
License
MIT
Repository
github
Last release
8 months ago

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.
1.1.4

8 months ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago