I´m developing a script to automate a file upload process under Windows Internet Explorer;
Using the "Window Condition" command, I can detect if the "Choose file" window is open;
After that, the script types the file name, press "Return" and the file is uploaded.

But I wish I could add a validation to detect if the file wasn´t found, wich pops up a msg box warning this.
The problem is that this msg box has the SAME window title of the "Choose file" window.
I wonder if there´s a way to search for a window title, and detect if there´s more than one with the same title, wich would redirect the script to another line.
Thnks in advance!
