imnodb / start-chrome

Run Google Chrome with flags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Run Google Chrome with flags

License:MIT License


Languages

Language:JavaScript 81.0%Language:HTML 19.0%