Skip to content

Table count header columns

johnnyRhino edited this page Oct 6, 2011 · 1 revision

Table Count Columns

Operation to count the number of columns in the HTML table.

  • equals
  • greaterThan
  • greaterThanOrEquals
  • lessThan
  • lessThanOrEquals

Usage

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

Examples

searchResultsTable.table.headerColumnCount.equals = 6
searchResultsTable.table.headerColumnCount.greaterThan = 1 
Clone this wiki locally