node-phantomjs-sync
node-phantomjs-sync copied to clipboard
sync version of phantomjs-node
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 >...
``` 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...