Forum Discussion

SuperTester's avatar
SuperTester
Contributor
4 years ago
Solved

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 ...
  • anupamchampati's avatar
    4 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.