I've been looking for a solution to do headless testing in osx. But I need the ability to save files returned by the server.
I've tested selenium, phantomjs, casperjs and have looked into anything I could find online.
none of them supports downloading. am I missing something? are there any headless browser/testing frameworks that support downloads?
download
function, so it supports downloading. PhantomJS supports downloading because CasperJS is built on top of it. What is the problem that you're having? – Artjom B.