| 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.
|
| Annotation Type | Description |
|---|---|
| AndroidFindAll |
Used to mark a field on a Page/Screen Object to indicate that lookup should use a
series of
AndroidFindBy 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.
|
| AndroidFindBys |
Used to mark a field on a Page Object to indicate that lookup should use
a series of
AndroidFindBy tags. |
| iOSFindAll |
Used to mark a field on a Page/Screen Object to indicate that lookup should use a series
of
iOSFindBy tags
It will then search for all elements that match any criteria. |
| 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 |
Used to mark a field on a Page Object to indicate that lookup should use
a series of
iOSFindBy tags. |
| OverrideWidget |
This annotation should mark an abstract/certain Widget object class
or field that declares some abstract/certain Widget object class.
|
| SelendroidFindAll |
Used to mark a field on a Page/Screen Object to indicate that lookup should use a
series of
SelendroidFindBy tags
It will then search for all elements that match any criteria. |
| 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 |
Used to mark a field on a Page Object to indicate that lookup should
use a series of
SelendroidFindBy tags. |
| WithTimeout |
Copyright © 2016. All rights reserved.