Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.28 KB

headless-ie

npm AppVeyor branch Downloads David David dev

Encapsulate headlessIE-cs, providing an headless browser using local Internet Explorer.

methods

var headlessIE = require('headless-ie')
...
headlessIE.command( function( err, reported_path ) {
    proc = child_process.spawn( reported_path, [ 'http://localhost:8000/entrance' ] )
}

command(callback)

Provide full path to (included) browser's executable, by calling your callback(error,command).

version(callback)

Provide local Internet Explorer version number, by calling your callback(error,version).

install

npm install --save-opts headless-ie

license

MIT