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