Selenium : How to handle file download in Firefox.
If you use Selenium to test your applications with Firefox, You already have been into the case where a test trigger a file download (pdf, excel, png). This don’t block your test but windows can quickly accumulate if your application uses lots of download. Here is the solution. To resolve this problem you need to… Read More »