@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) @Repeatable(value=iOSXCUITFindByAllSet.class) public @interface iOSXCUITFindAll
iOSXCUITBy
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 |
---|---|
iOSXCUITBy[] |
value
It is a set of
iOSXCUITBy 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 iOSXCUITBy[] value
iOSXCUITBy
strategies which may be used to find the target element.