DomTableRow.
Returns the number of cells of the row.
table.GetCellCount()
This functionality is supported only if you are using the Open Agent.
WINDOW browser = findBrowser() WINDOW table = browser.find(".//DomTable[@id='table1']") WINDOW row = table.GetRow(1) Verify(row.GetCellCount(), 4)