I'm trying to scrape a table from a website. I obviously get the XPATH of the table to use in the Selenium driver - but the website already produces a file which we can download of the same table. I click on an icon and it opens a SAVE AS dialog box.
Using selenium, how can I just download this file? How do I just save it directly?