1.0.5 • Published 6 years ago
windows-chrome v1.0.5
windows-chrome
Uses win-detect-browsers
Usage
const chrome = require('windows-chrome')
chrome({ uri: 'https://github.com/' }, function(err, ps){
ps.stderr.setEncoding('utf8')
ps.stderr.on('data', (data) => {
console.log('err', data);
});
// ...
})Installation
$ npm install windows-chromeGoogle Chrome needs to be installed on your system as well.
API
chrome(opts, callback)
Callback is called with err and child_process objects.
Options:
uri: Open this at startproxy: Proxy server settingsdataDir: Data dir, defaults to your systems' TMP