22 May 2013

How to get RO Property of the link in a webtable


Need to get RO Property of the link in a webtable

Set oTable=Browser("Browser").Page("pagename").WebTable("webtablename")

R=oTable.RowCount

For i=1 to R

Set obj = Browser("Browser").Page("pagename").WebTable("webtablename").ChildItem(i,4, "WebElement", 0)

obj.GetROProperty(Name)

Next

No comments:

Post a Comment