Annotation Interface AndroidFindBys
@Retention(RUNTIME)
@Target({FIELD,TYPE})
@Repeatable(AndroidFindByChainSet.class)
public @interface AndroidFindBys
Used to mark a field on a Page Object to indicate that lookup should use
a series of
AndroidBy tags.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
-
priority
int priorityPriority of the searching. Higher number means lower priority.- Returns:
- priority of the searching
- Default:
- 0
-