Type | Desciption | Data Class |
---|---|---|
text | Button Visible Text | ITestDataText |
state | Toggle Button State | ITestData |
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. |
text | The visible text of the menuitem. If there is no visible text this property is omitted. |
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. |