iOSXCUITFindBys instead
It is recommended to use XCUITest@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
@Repeatable(value=iOSFindByChainSet.class)
public @interface iOSFindBys
iOSBy tags.| Modifier and Type | Required Element and Description |
|---|---|
iOSBy[] |
value
Deprecated.
It is a set of
iOSBy strategies which build the chain of the searching for the target element. |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
priority
Deprecated.
Priority of the searching.
|