Hello the blackhatworld community
I need a way to automate downloading files with a full featured no gui browser.
Something like phantomjs but without the downloading issues.
A little example:
Concrete examples like on github gist are welcome.
I need a way to automate downloading files with a full featured no gui browser.
Something like phantomjs but without the downloading issues.
A little example:
- Login to the angular based website.
- I navigate to a webpage where the download link is.
- From xpath/css selector I get the download link.
- Click the link and save the response as a file like a normal web browser without needing to substring the filename and so on.
Concrete examples like on github gist are welcome.