node-phantomjs-sync icon indicating copy to clipboard operation
node-phantomjs-sync copied to clipboard

sync version of phantomjs-node

Results 3 node-phantomjs-sync issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 3.4.8 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...

dependencies

``` javascript npm install phantom-sync ``` installing with NPM don't works either on windows nor linux can you fix it plz?

please add support of page.close() now it just hangs on close() ``` javascript sync( function () { ph = phantom.create(); page = ph.createPage(); status = page.open("http://www.google.com"); console.log("status="+status); title = page.evaluate(function...