@Deprecated
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface AndroidFindAll
AndroidFindBy
tags
It will then search for all elements that match any criteria. Note that elements
are not guaranteed to be in document order.
It is deprecated. Set of AndroidFindBy
can be defined without this annotation. To define the correct way how to use
the defined set please take a look at HowToUseLocators
. The article.
https://docs.oracle.com/javase/tutorial/java/annotations/repeating.html.Modifier and Type | Required Element and Description |
---|---|
AndroidFindBy[] |
value
Deprecated.
It is a set of
AndroidFindBy strategies which may
be used to find the target element. |
public abstract AndroidFindBy[] value
AndroidFindBy
strategies which may
be used to find the target element.