I am writing a simple vbscript as shown below to Click "Save" on the save dialog box that opens whenever we click on a download in IE but so far it's not working
set WshShell = WScript.CreateObject("WScript.Shell")
WScript.AppActivate ("Internet Explorer")
WScript.Sleep 10000
WshShell.SendKeys "%S"