Hi. The script I'm writing launches a program that performs an action that takes a bit of time. This time can vary, depending on what is selected earlier in the script. After the action is performed, a modal box pops up for the user to decide wether to perform the action again, or quit. I'm looking for a way to make the script wait until this modal box pops up for the user, before continuing on through the remaining script code.
Should I be looking to use some kind of method, such as the Exists method to try to check for the text in the modal box's title bar, or would something else work better? Any suggestions would be great.
Thanks,
cold25
Should I be looking to use some kind of method, such as the Exists method to try to check for the text in the modal box's title bar, or would something else work better? Any suggestions would be great.
Thanks,
cold25