Page 1 of 1

Can ranores use events to detect window popups

Posted: Mon Jan 14, 2008 9:05 pm
by smotley
Hi,
We have several errors messages that pop up unexpectidly and want to know if we can register and event to detect and handle these?

Thanks
Shawn

Posted: Tue Jan 15, 2008 10:22 am
by Support Team
Currently, there is no such event available.
We will check the technical feasibility, though, and add that issue to the requested features list.

Regards,
Alex
Ranorex Support Team

Posted: Thu May 22, 2008 11:54 pm
by daluu
I guess in the interim, you can use Ranorex to detect presence of the popup window when & where you might expect a popup to occur. And you would detect based on active window, window title name, or the popup's content, using regular expressions where needed.