| Type | Desciption | Data Class |
|---|---|---|
| contents | Table Contents | ITestDataTable |
| selected | Selected Table Cells | ITestDataTable |
| checked | Checked Table Cells | ITestDataTable |
| Property | Usage |
|---|---|
| .class | The Java full class name of the test object. |
| .classIndex | The zero-based index of the class relative to the immediate parent in the object map. |
| .priorLabel | The text of a preceding label. Suppressed if there is no preceding label. |
| .groupText | The text of a group parent. Only available if parent is a group. Omitted if the group parent has no visible text. |
| .toolTipText | The text from the associated tool tip, omitted if there is no associated tool tip. |
| Subitem | Usage |
|---|---|
| Cell | Defines the cell to act upon via Row and Column specifications. |
| Text | Defines the first-column cell with the specified visible text. |
| List | The ordered set of Cell and CHECKBOX subitems that define a checkbox inside a cell. |