| Class | Description |
|---|---|
| AppiumFieldDecorator |
Default decorator for use with PageFactory.
|
| 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
|
| 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
|
Copyright © 2015. All rights reserved.