Type | Desciption | Data Class |
---|---|---|
menu | Menu Hierarchy | ITestDataTree |
extendedMenu | Menu Hierarchy with Properties | 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. |
accessibleContext.accessibleName | A programmatically defined name for the component. |
name | The name property, suppressed if default formatted (default form = className+count). |
Subitem | Usage |
---|---|
List | The ordered set of
Text and
Index
subitems that define a path to a child menu item.
Most commonly appears in scripts as atPath specifications.
|
Text | Defines the menu with the specified visible text. |
Index | Defines the menu at the specified zero-based index. |