I want to remotely run a download test under IE. I'm looking for any way to do it (on a remote machine) even if I have to use another tool such as autoit (which doesn't seems accurate regarding to the remote aspect).
My problem :
When IEWebdriver clicks the download button, it opens a dialog box in order to ask to
Save as
, Open
or Cancel
but I can't click on them. UI logic made on angularJS
. After click on button event generation occurs ng-click
and call methods which receive file from server.That's why i can't build request to server myself, receive document and save him in necessary directory.