Forum Discussion
HKosova
Alumni
14 years agoHi,
Gennadiy's second example should probably read:
For Label objects, you can also use WaitLabel instead of WaitChild:
Gennadiy's second example should probably read:
ParentObj.WaitChild('Label("First part of child name*Second part of child name")', 1000);For Label objects, you can also use WaitLabel instead of WaitChild:
ParentObj.WaitLabel("First part of child name*Second part of child name", 1000);