-
I struggled with this one for longer than necessary. My NightmareJS scripts seemed to be hanging for some reason. Even running them with the DEBUG environment option didn't help in determining what …
-
I get this error when trying to use react selectors with nightmarejs provider:
```
An error occurred in Selector code:
Error: testcafe-react-selectors supports React version 15.x and newer
Browser…
-
Hi,
i love Keeweb, because it's intuitive, built on modern technologies and because it's open source.
I also love Dashlane, because it has some nice features, for example an automatic password cha…
-
Hey! It's me again. I've been heavily using your library, and it's been awesome all along. But now I've hit another wall: Sometimes, stuff loads async on the browser, like products' information and pr…
-
The backend browser that's used by Nightmare JS is unclear to visitors of the website. The side-by-side code examples suggest that PhantomJS is the backend that's used, but according to the README of …
-
The package installs `@types/node` package as dependency which is not compatible with e.g. `@types/requirejs`, as both defined require function in a different manner.
This case is pretty common for …
-
I am using nightmarejs to visit this url:
http://www.pinbet88.com/en/
and then got this error:
"Uncaught TypeError: Cannot read property 'stack' of null" from preload.js line 7.
-
Dear all,
First of all, thank you for developping NightmareJS. This is really helpful.
I am using it since several months and I always have to dynamically create actions and scenario.
I there…
-
Simple code
```
var Nightmare = require('nightmare');
var nightmare = Nightmare({
"show": true
});
nightmare
.viewport(1920, 500)
.useragent('Testme')
.goto('http://mysite.com'…
-
The screenshot() method returns the full-page screenshot, is there any way to get the screenshot of a DIV or any other element?