SuperTester
5 years agoContributor
Find child - comSafe Array
Hello, I'm using the wnd caption with a find child statement to find a window in our software. The Find Child statement is returning the window as a comSafeArray object. I'm confused about this ...
- 5 years ago
Can you please try once with Find instead of FindAllChildren
var objWnd = ritSysObj.Find(property,strCaption,3)
Please let me know whether that works.