@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface SelendroidFindBys
SelendroidBy tags.| Modifier and Type | Required Element and Description |
|---|---|
SelendroidBy[] |
value
It is a set of
SelendroidBy strategies which build the chain of the searching for the target element. |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
priority
Priority of the searching.
|
public abstract SelendroidBy[] value
SelendroidBy strategies which build the chain of the searching for the target element.