Forum Discussion
AlexeyKolosov
Staff
14 years agoHi Nikhil,
As you can see from the message, there are multiple windows which match the specified recognition criteria for wndafx. As the result, TestComplete seems to take an incorrect object and therefore it does not have the expected child object. Try one of the following:
- Remove the wndafx object from hierarchy and specify better recognition criteria for ATL0EEB5978. If this object is a container for another object you actually need to work with, consider removing the ATL0EEB5978 object from hierarchy too and identifying the needed object via some unique criteria directly (make sure to enable the Extended Find feature).
OR
- Specify better recognition criteria for wndafx, if it's possible.