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