@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface SelendroidFindAll
SelendroidBy
tags
It will then search for all elements that match any criteria. Note that elements
are not guaranteed to be in document order.Modifier and Type | Required Element and Description |
---|---|
SelendroidBy[] |
value
It is a set of
SelendroidBy strategies which may be used to find the target element. |
Modifier and Type | Optional Element and Description |
---|---|
int |
priority
Priority of the searching.
|
public abstract SelendroidBy[] value
SelendroidBy
strategies which may be used to find the target element.