Encapsulate headlessIE-cs, providing an headless browser using local Internet Explorer.
var headlessIE = require('headless-ie')
...
headlessIE.command( function( err, reported_path ) {
proc = child_process.spawn( reported_path, [ 'http://localhost:8000/entrance' ] )
}
Provide full path to (included) browser's executable, by calling your callback(error,command)
.
Provide local Internet Explorer version number, by calling your callback(error,version)
.
npm install --save-opts headless-ie
MIT