Skip to content

ElNounch/headlessIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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