When I open this link and click on the XML button in the top right section , that triggers something (and XML file called filings.xml
) automatically getting downloaded to the downloads folder.
Using casperjs, I have been able to successfully navigate to the page and click that XML button, but I cannot figure out how to capture the filings.xml
document that gets downloaded as a result of clicking.
Please help.