04-22-2014, 05:03 AM
I think you are trying to select check boxes in the webtable by the row and column numbers. Please try below code:
.
This will click on the webcheckbox in a webtable cell.
If this is not your requirement, please give me steps on what you are trying to code.
Code:
Browser("Browser").Page("Page").WebTable("Table").ChildItem(Row, Col, "WebCheckBox", 0).Click
This will click on the webcheckbox in a webtable cell.
If this is not your requirement, please give me steps on what you are trying to code.