Type | Desciption | Data Class |
---|---|---|
tree | tree Hierarchy | ITestDataTree |
selected | selected 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. |
accessibleContext.accessibleName | A programmatically defined name for the component. |
name | The name property, suppressed if default formatted (default form = className+count). |
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
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. |