Uma,
you will have to try some trial and error with what properties to be used for that object
first check whether page is getting highlighted
then try different combination of properties for check box
and the way you have used "i" is correct provided all those webcheckboxes exist!
i=0 indicates first check box in the page.If you are using index, do not use any other property since each chkbox has different name!
you will have to try some trial and error with what properties to be used for that object
first check whether page is getting highlighted
Code:
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").highlightthen try different combination of properties for check box
Code:
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").WebCheckBox("name:=963$7").highlight
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").WebCheckBox("name:=963$7","html id:=963_7").highlight
.
.
etcand the way you have used "i" is correct provided all those webcheckboxes exist!
i=0 indicates first check box in the page.If you are using index, do not use any other property since each chkbox has different name!

