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