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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i local-chrome

    Weekly Downloads

    163

    Version

    0.1.0

    License

    none

    Unpacked Size

    865 B

    Total Files

    3

    Last publish

    Collaborators

    • laggingreflex