0.0.3 • Published 6 years ago

start-chrome v0.0.3

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

start-chrome

run chrome with flags.

Usage

var startChrome = require("start-chrome");
startChrome("http://www.google.com");

startChrome To use a command line switch.

startChrome("http://www.google.com", {'user-data-dir': path.join(__dirname, './chrome-user-data'),});

Installation

npm install start-chrome