@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
@Repeatable(value=WindowsFindByAllSet.class)
public @interface WindowsFindAll
WindowsBy 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 |
|---|---|
WindowsBy[] |
value
It is a set of
WindowsBy strategies which may be used to find the target element. |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
priority
Priority of the searching.
|