GetRows Function

Class

DomTable.

Action

Returns a list of DomTable rows.

Syntax

list = table.GetRows()

Notes

This functionality is supported only if you are using the Open Agent.

Example

WINDOW browser = findBrowser()
WINDOW table  = browser.find(".//DomTable[@id='table1']")
LIST of WINDOW rows  = table.GetRows()