Skip to content

imnodb/start-chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors