Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi Bhau,
Try using the code below:
set chkBox = parentWindow.FindChild("Name","*checkboxFailed*",20)
BTW, we do not recommend using the Name property to obtain an object, as it is not a stable property. Please read the "FindChild Method" article for details.