Skip to content

Table Count Rows

marcuscallon edited this page Mar 3, 2011 · 5 revisions

Table Count Rows

Operation to count the rows for the HTML table, this allows subsequent verification commands test against the number of rows.

  • equals
  • greatherThan
  • greaterThanOrEquals
  • lessThan
  • lessThanOrEquals

Usage

[MADCOW:htmlElementReference].table.countRows.[verification command] = [number to verify]

Examples

searchResultsTable.table.countRows.equals = 1
searchResultsTable.table.countRows.greaterThan = 1 
searchResultsTable.table.countRows.lessThanOrEquals = 2

Clone this wiki locally