@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface SelendroidFindAll
SelendroidFindBy 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 |
|---|---|
SelendroidFindBy[] |
value
It is a set of
SelendroidFindBy strategies which
may be used to find the target element. |
public abstract SelendroidFindBy[] value
SelendroidFindBy strategies which
may be used to find the target element.Copyright © 2016. All rights reserved.