Top "Nightmare" questions

Nightmare is a node module which implements a high-level bridge between node.

Nightmare conditional wait()

I'm trying to crawl a webpage using Nightmare, but want to wait for #someelem to be present, only if it …

javascript node.js web-crawler nightmare
Nightmare Js evaluate page

I running following code using Nightmare.js: var test = new Nightmare() .viewport(1000, 1000) .useragent("Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like …

javascript nightmare
Nightmare JS not working

I know the title of the question looks very vague! But that's there's to it. I installed nodejs on my …

javascript node.js phantomjs browser-automation nightmare
Nightmare.js not working as expected on Ubuntu Linux cloud server

I can't seem to get nightmare.js to work on an Ubuntu Linux 14.04 server [via DigitalOcean]. I've installed PhantomJS (1.9.8) and …

javascript linux node.js ubuntu nightmare
Download a file using Nightmare

I am using Nightmare to create a automated downloader for today's newspaper. I managed to login and go the the …

javascript download phantomjs nightmare