| Type | Desciption | Data Class |
|---|---|---|
| list | Combo List Elements | ITestDataList |
| selected | Selected List Element | ITestDataList |
| 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. |
| .itemText | The text for the up to ten items from the list. |
| .priorLabel | The text of a preceding label. Suppressed if there is no preceding label. |
| itemCount | The number of items in the list. |
| name | The name property, suppressed if default formatted (default form = className+count). |
| Subitem | Usage | |
|---|---|---|
| Text | Defines the element with the specified visible text. | |
| Index | Defines the element at the specified zero-based index. |