-
NightmareJS implemented a suggestion I made a while back, which allows evaluate to wait for a promise:
https://github.com/segmentio/nightmare/issues/552#event-830055714
This cleans up a bit of code o…
-
The current setup using WebdriverIO and Selenium works really well and the performance is great so far.
[NightmareJS](http://www.nightmarejs.org) would probably even more performant when doing int…
-
I think that the architecture built for v3 has run its course, and it is time to start thinking about v4. Of notable interest, I think that RequireJS needs to be phased out in favour of something a lo…
-
#### What are you trying to achieve?
Trying to test login feature in my application.
#### What do you get instead?
Getting error "codeceptjs is not defined" on any step after form submitting …
-
Hello,
I am trying to run NightmareJS on Elastic Beanstalk and I keep having an issue with Electron.
Error: EACCES: permission denied, mkdir '/tmp/deployment/application/node_modules/electron/el…
-
Theres an ID to other elements like #btnMyWL that is easy to target and click on, but there is a button "Save" that has no id or class name to it. I can't target it to get it clicked.... I even did Ar…
-
I've jumped through most of the hoops to get NightmareJS setup on Heroku. It renders most images fine like it does in my local Windows environment. The problem only arises when I load MathJax into an …
-
purposing Electron support as a faster, more modern headless option over phantomJs
-
When I try to wait or type in a field with a colon symbol on the id, I receive the error:
```
Failed: Failed to execute 'querySelector' on 'Document': '#numeroFormatDecorate:numero_format' is not …
-
I have been battling this issue for some time now and can not seem to find a solution. When running tests with NightmareJS on mocha on the server they fail.
I have a stackoverflow question: http://st…