DomTable.
Returns a list of DomTable rows.
list = table.GetRows()
This functionality is supported only if you are using the Open Agent.
WINDOW browser = findBrowser() WINDOW table = browser.find(".//DomTable[@id='table1']") LIST of WINDOW rows = table.GetRows()