Forum Discussion
kumar_perlaa
14 years agoContributor
Here is the recommandation solution for your problem/issue.
use FindChild() method, that find out child window depth > 1
below is the code snippet:
function ABC()
{
-----;
----;
var TestObj = xyz.WinFormsObject("abc");
var ChildObj = TestObj.FindChild(Array("ObjectType","ObjectIdentifier"),Array("CheckBox","CheckBOX_ID2"),1) ;
-----;
---;
}
OR
FindChild(Array("ObjectType","CheckBox"),1) ;
use FindChild() method, that find out child window depth > 1
below is the code snippet:
function ABC()
{
-----;
----;
var TestObj = xyz.WinFormsObject("abc");
var ChildObj = TestObj.FindChild(Array("ObjectType","ObjectIdentifier"),Array("CheckBox","CheckBOX_ID2"),1) ;
-----;
---;
}
OR
FindChild(Array("ObjectType","CheckBox"),1) ;