-
In the [simple api](http://www.nightmarejs.org/#simple-api) section of the website, the code formatting(?) is converting the double-quotes to ” (ironically enough, not 201f for the opening …
-
This issue has to do with the previous one that I made last night, but this problem I'm having is different.
I'm really not sure if this is due to my not understanding loops or some other logic in no…
-
Cloned project. cd to project. npm install. created a `google.js` with:
```
var Nightmare = require('nightmare');
new Nightmare()
.goto('https://google.com')
.type('input#gbqfq', 'github nightm…