I have a strange issue that i cannot figure out how to get around.
My SUT has “Always on top” popup windows (reminders) that appear on the screen at random and unpredictable times. They invariably have the unfortunate effect of covering up other elements on the screen and cause my scripts to fail.
This little chunk of code closes one of those popups with no problem, but because these popups appear randomly I cannot simply insert it it into a defined point of my script?
if ImageFound(“Random_Message”)
Click “Button_OK”
End if
Any ideas?
Thanks in advance!
BK