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

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

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