10-03-2009, 12:48 AM
yep.
You can also use the GetRowWithCellText()
like....
This code would look for "CNN" in column 1, then click the link in the row.
You can also use the GetRowWithCellText()
like....
Code:
x= Browser("MSN").Page("MSN").WebTable("LinkTable").GetRowWithCellText("CNN",1)
Browser("MSN").Page("MSN").WebTable("LinkTable").ChildItem(x,1,"Link",0).Click
This code would look for "CNN" in column 1, then click the link in the row.