-
-
Hi,
how to use it with nightmarejs ?
Should i do :
```
headless(options, (err, childProcess, servernum) =>{
// childProcess is a ChildProcess, as returned from child_process.spawn()
…
-
This guy https://github.com/graphcool/chromeless seems to be a good alternative to nightmarejs. It works with chrome in headless mode so it is easier to configure to run on servers and also it is comp…
-
Via @N0taN3rd
https://github.com/segmentio/nightmare
-
I am trying to call multiple instances through a loop, but he nightmare "loses" the target.
`const Nightmare = require('nightmare')
const nightmare = Nightmare({show: true, typeInterval: 1, skipT…
-
Love this repo! I'm thinking about switching over one of my projects from NightmareJS to this but I need to use authenticated proxies. I know with the chrome command line flag you can pass in a proxy …
-
http://www.nightmarejs.org/
Promise based wrapper for PhantomJS
-
http://www.nightmarejs.org/
Seem to do some of the stuff we coded ourselves.
-
Unsure if this is a feature or a bug but the screenshots produced are limited to the specified viewports.
Screenshots taken via nightmarejs do not have this limitation.
Can you advise?
-
Ace includes some scripts intended to be run in the browser (currently with NightmareJS). These scripts could be written in modern Javascript flavor and as modules with `require` statements, and trans…