Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 24, 2021. It is now read-only.

sindresorhus/phantom-bridge

Deprecated

PhantomJS is deprecated.


phantom-bridge Build Status

Simple PhantomJS bridge

Install

$ npm install --save phantom-bridge

Usage

var path = require('path');
var phantomBridge = require('phantom-bridge');

var cp = phantomBridge(path.join(__dirname, 'phantom-script.js'), [
	'--ignore-ssl-errors=true',
	'--local-to-remote-url-access=true',
	'--ssl-protocol=any'
]);

cp.stdout.pipe(process.stdout);

License

MIT © Sindre Sorhus

About

Simple PhantomJS bridge

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •