local-chrome
v0.1.0
Published
Path to locally installed Chrome
Downloads
288
Readme
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
})