Annotation Type 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 ofAndroidBy
tags.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
priority
Priority of the searching.
-