Skip to content

Table Check Value

marcuscallon edited this page Mar 3, 2011 · 3 revisions

Table Check Value

Checks a table cell contains a given text value for the specified column on the current selected row in an HTML table.

Usage

[MADCOW:htmlTableReference].table.currentRow.checkValue = [columnName : columnValue, columnName2 : columnValue2]

Examples

searchResultsTable.table.currentRow.checkValue = [country : 'New Zealand'] 
  searchResultsTable.table.currentRow.checkValue = [country : 'New Zealand', province : 'Otago']

Clone this wiki locally