Can ranores use events to detect window popups

Ask general questions here.
smotley
Posts: 2
Joined: Fri Jan 04, 2008 8:23 pm

Can ranores use events to detect window popups

Post by smotley » Mon Jan 14, 2008 9:05 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Tue Jan 15, 2008 10:22 am

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

daluu
Posts: 26
Joined: Tue Jun 12, 2007 9:03 pm

Post by daluu » Thu May 22, 2008 11:54 pm

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.