@Deprecated
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface SelendroidFindBys
SelendroidFindBy
tags.
It is deprecated. Set of SelendroidFindBy
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 |
---|---|
SelendroidFindBy[] |
value
Deprecated.
It is a set of
SelendroidFindBy strategies which
build the chain of the searching for the target element. |
public abstract SelendroidFindBy[] value
SelendroidFindBy
strategies which
build the chain of the searching for the target element.