I am constrained to use webdriver.Ie()
only, for the .aspx
page I am required to download the file from, opens only in Internet Explorer.
Can somebody show how to accept the 'save file' dialogue upon clicking download button?
I am constrained to use webdriver.Ie()
only, for the .aspx
page I am required to download the file from, opens only in Internet Explorer.
Can somebody show how to accept the 'save file' dialogue upon clicking download button?
Do you mean you are getting this kind of Save popup while clicking on the download button?
If yes then Selenium web driver does not provide any way to click the Save button on that popup.
You need to use any third-party library to click on the Save button on that popup.
To get more information, I suggest you refer to the links below.