04-04-2008, 11:43 PM
First add this webtable to your object repository..
You can take rowcount and randomize and use for loop...
Did you get the idea?
Code:
SET oTable = Browser("Microsoft Security Bulletin").Page("Microsoft Security Bulletin").WebTable("Office Suite and Other")
SET obj = oTable.ChildItem(2, 5, "Link", 0)
obj.Click
You can take rowcount and randomize and use for loop...
Did you get the idea?