Forum Discussion

rrubio's avatar
rrubio
Contributor
14 years ago

modal panels in Firefox: modal manually but TC can interact below

Hi all,



I am testing a web application with the following architecture:

- HealthShare Foundation (from Intersystems)

- CSS version 3

- HTML pages



Application does not display pop-ups messages but panels.



These are modal panels when interacting manually.

However, TestComplete (version 8.70) can interact below even if such these panels are displayed.



Could anybody please help me about this issue?





Thanks,



Raul




1 Reply

  • Hello Raul,


    Could you please give us a more detailed description of your modal panels issue and TestComplete incorrect behavior when modal panels pop up in your tested application? This information will help us investigate the issue and find a solution.

    Thanks in advance.


    Meanwhile, as a general workaround, you can add checkups on modal panels to your test.  For example, you can create a script routine that will check whether any modal panels are currently displayed in the application and call that routine from your main test every time you need to.

    Good luck.