Table Select Field By Index

Sets a value on a combo box element based on the 0-th based index.


Usage

[MADCOW:htmlElementReference].table.currentRow.selectFieldByIndex = <<text value of index>>

Examples

cell-editing-1025.table.selectRow = first
cell-editing-1025.table.currentRow.selectFieldByIndex = ['column2' : '1']
policyCenter_pet_policyInfo_convictionTable.gw.table.selectRow = row2
policyCenter_pet_policyInfo_convictionTable.table.currentRow.selectFieldByIndex = ['column4':'7']