| Class | Description |
|---|---|
| AppiumFieldDecorator |
Default decorator for use with PageFactory.
|
| TimeOutDuration |
Represents an duration of waiting for element rendering.
|
| Widget |
It is the Appium-specific extension of the Page Object design pattern.
|
| Enum | Description |
|---|---|
| LocatorGroupStrategy |
| Annotation Type | Description |
|---|---|
| AndroidFindAll | Deprecated |
| AndroidFindBy |
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the
element or a list of elements.
|
| AndroidFindBys | Deprecated |
| AndroidFindBySet |
Defines set of chained/possible locators.
|
| HowToUseLocators | |
| iOSFindAll | Deprecated |
| iOSFindBy |
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the
element or a list of elements.
|
| iOSFindBys | Deprecated |
| iOSFindBySet |
Defines set of chained/possible locators.
|
| iOSXCUITFindBy | |
| iOSXCUITFindBySet | |
| OverrideWidget |
This annotation should mark an abstract/certain Widget object class
or field that declares some abstract/certain Widget object class.
|
| SelendroidFindAll | Deprecated |
| SelendroidFindBy |
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the
element or a list of elements.
|
| SelendroidFindBys | Deprecated |
| SelendroidFindBySet |
Defines set of chained/possible locators.
|
| WindowsFindBy |
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the
element or a list of elements.
|
| WindowsFindBySet |
Defines set of chained/possible locators.
|
| WithTimeout |