local-chrome
v0.1.0
Published
Path to locally installed Chrome
Readme
local-chrome
Gives you the path to locally installed Chrome
Install
npm i local-chromeUsage
const localChrome = require('local-chrome');Example usage:
const Puppeteer = require('puppeteer-core');
const localChrome = require('local-chrome');
Puppeteer.launch({
executablePath: localChrome
})