Forum Discussion
Ravik
12 years agoSuper Contributor
Hi Pinky,
Try this code, may help you.
Try this code, may help you.
Sub Test
Set CheckBoxs = Sys.Browser("iexplore").Page("your URL").FindChild("ObjectType", "Checkbox", 300)
For each checkbox in CheckBoxs
checkbox.Click
Next
End Sub