Type | Desciption | Data Class |
---|---|---|
tree | tree Hierarchy | ITestDataTree |
selected | selected tree Hierarchy | ITestDataTree |
checked | checked tree Hierarchy | ITestDataTree |
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 |
---|---|
List | The ordered set of
Text,
Index and
PLUS_MINUS,
CHECKBOX
subitems that define a path to a child tree node.
Most commonly appears in scripts as atPath specifications.
|
Row | Defines the tree node via Row specification. The row must be defined by Text or Index subitems. |
Text | Defines the element with the specified visible text. |
Index | Defines the element at the specified zero-based index. |