nightmare icon indicating copy to clipboard operation
nightmare copied to clipboard

A high-level browser automation library.

Results 114 nightmare issues
Sort by recently updated
recently updated
newest added

After a long struggle, I came here eventually seeking for any clue for a solution I am trying to deploy nightmarejs app to heroku (which works perfectly on my mac)....

i don't find much support for nightmare JS. if you are a freelancer, please drop your freelancer.com / upwork profiles.

I'm trying to load a web page inside a electron application, but when a call the electron library I'm receiving the following stacktrace: `Nightmare runner error: TypeError: Cannot read property...

I want to for-loop dom and hover every one. But I can't.

Sorry another non-issue from me. I'm working on a book called [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2) and am currently writing a chapter on using Nightmare for rendering server-side visualizations and web...

**ERROR:** Warning in ./node_modules/nightmare/lib/nightmare.js Critical dependency: the request of a dependency is an expression MOCHA Testing... RUNTIME EXCEPTION Exception occurred while loading your tests Error: Electron failed to install correctly,...

This is a work in progress. Opening PR for more visibility. # Current state Currently 10 tests are still failing. They are: From `navigation`: 1) should succeed properly if request...

I tried the call this way: ```javascript let nightmare = Nightmare({ show: false}); (async () => { try { const doc = await nightmare .goto(url) .evaluate(() => { return document.documentElement.innerHTML;...

Nightmare is dependent on Electron 1.8.4. The latest version of Electron is 4.1.4. Will Nightmare be updated to the latest Electron?

While installing Nightmare on Ubuntu 16.04 LTS I am receiving an EACESS: permission denied error. It appears the issue is related and error occurring during the installation of the electron...