| AndroidBy |
Used to build a complex android automator locator.
|
| AndroidFindAll |
Used to mark a field on a Page/Screen Object to indicate that lookup should use a
series of AndroidBy tags
It will then search for all elements that match any criteria.
|
| AndroidFindBy |
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the
element or a list of elements.
|
| AndroidFindByAllSet |
Defines set of chained/possible locators.
|
| AndroidFindByChainSet |
Defines set of chained/possible locators.
|
| AndroidFindBys |
Used to mark a field on a Page Object to indicate that lookup should use
a series of AndroidBy tags.
|
| AndroidFindBySet |
Defines set of chained/possible locators.
|
| HowToUseLocators |
|
| iOSBy |
Used to build a complex iOS automation locator.
|
| iOSXCUITBy |
Used to build a complex iOS XCUIT mode locator.
|
| iOSXCUITFindAll |
Used to mark a field on a Page/Screen Object to indicate that lookup should use a series
of iOSXCUITBy tags.
|
| iOSXCUITFindBy |
|
| iOSXCUITFindByAllSet |
Defines set of chained/possible locators.
|
| iOSXCUITFindByChainSet |
Defines set of chained/possible locators.
|
| iOSXCUITFindBys |
Used to mark a field on a Page Object to indicate that lookup should use
a series of iOSXCUITBy tags.
|
| iOSXCUITFindBySet |
|
| OverrideWidget |
This annotation should mark an abstract/certain Widget object class
or field that declares some abstract/certain Widget object class.
|
| WithTimeout |
This annotation is used when some element waits for time
that differs from defined by default.
|