I am using python selenium and would like to download a pdf file, however it opens in my browser? How can I download it from my browser? Any way to click the following image,
Before, all i had to do was disable the firefox download box dialog, but now I am not able to request the download. Any ideas? What should i do to request the download? I am also not able to find the file on the server.
profile.set_preference('browser.helperApps.neverAsk.saveToDisk', "application/vnd.csv")