How to allow save option on Firefox while downloading a file using SpecFlow?

How to allow save option on Firefox while downloading a file using SpecFlow?

Hello Ana,

To allow save option on Firefox while downloading a file using SpecFlow, assuming that you are using Selenium RC, I suggest you to use 3rd party tools like AutoIt. You need not to write the whole test in AutoIt. Simply invoke 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.