Forum Discussion

robert_L's avatar
robert_L
Occasional Contributor
11 years ago
Solved

Java Sys.Process object ID change

Hello, I initially identified, via TestComplete ObjectSpy, a Java Security Warning popup as: Sys.Process("java").SwingObject("JDialog", "Security Warning", -1, 1).SwingObject("JRootPane", ""...
  • Ryan_Moran's avatar
    11 years ago
    This will change if you have multiple forms with the same name, or in this case, duplicates of the same popup window. You can omit the ID but more than likely you didn't expect multiple popups here so you'll want to find out why you have 2 of them open and add handling for that.