How to allow save option on Firefox while downloading a file in Serenity?

Can I allow save option on Firefox while downloading a file in Serenity?

Hi Macy,

Please allow me to share that it is not possible to handle Firefox save file dialog since it is a windows based component. Selenium does not recognize any such components.

Assuming that you are using Selenium RC, I suggest you to use 3rd party tools like AutoIt in this case. You don’t need to write the whole test in AutoIt; simply invoke it(the exe file) at the point when you have to handle the save as dialog box. After it has completed its actions, the control will return back to selenium RC code.