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
})

Readme

Keywords

none

Package Sidebar

Install

npm i local-chrome

Weekly Downloads

97

Version

0.1.0

License

none

Unpacked Size

865 B

Total Files

3

Last publish

Collaborators

  • laggingreflex