Hi all,
I'm new to AutoIt and I am trying to build my first script.
The script is meant to open a link in IE, enter text in a field and then download a file, that will automatically run.
^
This part, no problem.
When the file (installation) has finished running, a message box appears, with only one choice - "OK".
What I am trying to do is, have the script wait for the message box using WinWait.
I added a message box after the WinWait, just to see if it actually found the window - but no