-
I could not get `npm run test-browser` to run. It times out and simply fails silently on my machine.
-
@oscarmorrison i cloned your sample app and deployed in heroku it wont reate any errors but i cant able to get results,it halts,can you please help me to resolve that,im using free version of heroku.
GV-EI updated
6 years ago
-
This has been very helpful, thank you! I have a web server that when pinged, runs nightmarejs and saves some results. I just realized nightmare is running from my node/express server. Do you have any …
-
Thanks for this library, it's really awesome.
I've had to deal with a new use case recently, and I didn't see any example related.
So my question is: Can I use Nightmare, somehow, to post some data t…
-
- Electron version: v1.3.2
- Operating system: Linux running Unity under VcXsrv (X Server)
Now, **I understand that WSL is not a supported platform**, but I thought **the bug might be relevant** on s…
-
> The system cannot find the path specified.
Getting this error on Windows(8x64) when running `mocha-casperjs.cmd`
---
I notice that `mocha-casperjs.cmd` is looking for `/bin/sh.exe`
@IF EXIST "%…
-
Hi there,
Love the project. Currently migrating a service from nightmarejs to chromy and it's working great. Just wondering if you're planning on supporting an API similar to `Nightmare#inject` or …
-
* Electron version: 1.8.4
* Operating system: node: 9.10-slim (debian:jessie)
tried with node:8, node: 9-stretch
### Expected behavior
Project: https://github.com/kamthamc/NightmareJS-Demo
el…
-
HI there!
Thanks for the great work you're doing with Nightmarejs.
Is there a way to make a multiple value selection on a list?
something like this:
**.select('#MultipleList', ['value1', 'va…
-
I've seen several threads and issues about mimicking a user hitting the enter or delete keys, but can't find anything about arrow keys. I've already tried converting the keycode values to hex ie. `40`…