My script is meant to drive the 'File Download' dialog of an Internet Explorer window, and assumes the dialog is visible when the script starts. Here's what I have so far: WinWait("File Download"); WinActivate("File Download"); ControlClick("File Download", "","[CLASS:Button; INSTANCE:2]"); I have a problem here in that the last command (ControlClick) doesn't click the 'Save' button. It DOES make the 'Save' button on the dialog get focus (it's border gets highlighted). If I change the l