07-25-2012, 02:22 PM
Hi All
I am stuck in the 2nd line, I am getting the right rowNum, now I want to click on that row number, could you guide me?
Code:
rowNum=Browser("").Page("").WebTable("").GetRowWithCellText("subject",2,0)
Set LinkObj=Browser("").Page("").WebTable("").ChildItem(rowNum,2,"Link",0)
LinkObj.Click
I am stuck in the 2nd line, I am getting the right rowNum, now I want to click on that row number, could you guide me?