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 specified page. However I could not find out how to download a file with Nightmare. var Nightmare = require('nightmare'); new Nightmare() .goto('https://login.nrc.nl/login?service=http://digitaleeditie.nrc.nl/welkom') .type('input[name="username"]', 'Username') .type('input[name="password"]','Password') .click('button[type="submit"]') .wait() .goto('http://digitaleeditie.nrc.nl