Action
Returns the number of rows in a table.
Syntax
table.GetRowCount()
Notes
This functionality is supported only if you are using the Open Agent.
Example
table = browser.find(".//DomTable[@id='xplannerTable']")
rowCount = table.GetRowCount()
Verify(rowCount, 11)