I am trying to use the Task Scheduler, Powershell and WASP to automate the downloading of a file from IE9. The file is generated using javascript on the client browser. The script I have works fine is the task is run as logged on user, however when I change the task to 'Run whether user is logged on or not' it fails.
When I make a call to 'Select-Window' nothing is returned. Is this expected behaviour?
How can I find the dialog pop-up and click the Save button - it has the same MainWindowTitle as its parent.
When I make a call to 'Select-Window' nothing is returned. Is this expected behaviour?
How can I find the dialog pop-up and click the Save button - it has the same MainWindowTitle as its parent.