Skip to content

Table Select Checkbox

dawogfather edited this page Dec 16, 2014 · 1 revision

Table Select Checkbox

Selects a checkbox within a given cell of a table.

Usage

[MADCOW:htmlTableReference].table.currentRow.selectCheckbox = columnName

Examples

searchResultsTable.table.currentRow.selectCheckbox = Includes GST
searchResultsTable.table.currentRow.selectCheckbox = firstColumn
searchResultsTable.table.currentRow.selectCheckbox = lastColumn
searchResultsTable.table.currentRow.selectCheckbox = column8

Clone this wiki locally