local-chrome

0.1.0 • Public • Published

local-chrome

Gives you the path to locally installed Chrome

Install

npm i local-chrome

Usage

const localChrome = require('local-chrome');

Example usage:

const Puppeteer = require('puppeteer-core');
const localChrome = require('local-chrome');
Puppeteer.launch({
  executablePath: localChrome
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    163
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    163

Package Sidebar

Install

npm i local-chrome

Weekly Downloads

162

Version

0.1.0

License

none

Unpacked Size

865 B

Total Files

3

Last publish

Collaborators

  • laggingreflex