HCTestCenter
6 years agoNew Contributor
Problems with overlapping window
Hello,
Environment: Windows 10, Java 7, TestComplete 14
I am testing a Java application where it is possible for a window to open several times in the same place. They then overlap.
If I want to perform an OnScreen action, it can happen that the action is executed on the hidden window.
This leads to errors when executing the script.
How do I make it possible that I get a window into the status "VisibleOnScreen" == True before?
Window.Activate() does not work with views within a Java window.
As a normal user you would first move the top window to get to the one below.
Regards,
Mario