Annotation Type iOSXCUITFindBys
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) @Repeatable(iOSXCUITFindByChainSet.class) public @interface iOSXCUITFindBysUsed to mark a field on a Page Object to indicate that lookup should use a series ofiOSXCUITBytags.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description iOSXCUITBy[]valueIt is a set ofiOSXCUITBystrategies which build the chain of the searching for the target element.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intpriorityPriority of the searching.
-
-
-
Element Detail
-
value
iOSXCUITBy[] value
It is a set ofiOSXCUITBystrategies which build the chain of the searching for the target element.- Returns:
- a collection of strategies which build the chain of the searching for the target element
-
-