1.13.0 • Published 1 year ago

@perfsee/chrome-finder v1.13.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@perfsee/chrome-finder

Find local installed Google Chrome(Chromium) executable path or download it.

Usage

const { findChrome } = require('chrome-finder');

findChrome(({ executablePath, browser }) => {
  // absolute path to the chrome executable
  console.log(executablePath)
  // result of `chrome --version`, e.g. `Google Chrome xx.xx.xx.xx`
  console.log(browser)
})

Credits

This package is a fork of mbalabash/find-chrome-bin which only works with node>=16 (specified in engines)

1.13.0

1 year ago

1.10.0

2 years ago

1.8.1

2 years ago