I have a web page which contains a download link. If I click on the link, download dialog window will be launched and asking save or cancel.
If I click on Save, file will get downloaded, it will be closed if I click on Cancel button.
But, Selenium IDE is capturing any actions performed in the dialog window.
Please tell how to handle this situation using Selenium IDE.
Thanks in advance.