Skip to content

ElNounch/headlessIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 11, 2015
d8bd078 · May 11, 2015

History

4 Commits
May 10, 2015
May 10, 2015
May 10, 2015
May 10, 2015
May 10, 2015
May 11, 2015
May 10, 2015
May 10, 2015
May 10, 2015

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published