Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTable
The requested page is not available for selected version.
SelectRow
Syntax
long selectRow(int rowIndex)
Description
Select the specified row of the table.
Parameters
rowIndex
Integer value specifying row indexwithin the table control. Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..