I am new in MSHTML autopmation and wish to automate a page which has table in it. The requirement is to check the check box available in the first column of the table. The problem is; in runtime I need to send the row Number whose check box needs to be selected. In short, through my function I would be passing parameter as 10 i.e. 10th row and it needs to select the check box of 10th row available in first column.
Can you please let me know; how to code this.