1
I am automating an operation on a particular site and at a given time I need to make a download, I can authorize the download by clicking on the link but after that I lose control because it opens a Firefox window asking if I want to open or save the file, How can I automate this operation? With Selenium or with C himself#?
Browsers today support downloading without asking for the file save location. I think this is the simplest solution for these cases, if it is a valid option for you :). Chrome and Firefox behave like this by default in recent versions.
– Dherik
but in the specific format that will be downloaded firefox n lets you mark the save option always
– Jeremias Santos