Annotation Type iOSXCUITFindAll
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) @Repeatable(iOSXCUITFindByAllSet.class) public @interface iOSXCUITFindAllUsed to mark a field on a Page/Screen Object to indicate that lookup should use a series ofiOSXCUITBytags. It will then search for all elements that match any criteria. Note that elements are not guaranteed to be in document order.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description iOSXCUITBy[]valueIt is a set ofiOSXCUITBystrategies which may be used to find 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 may be used to find the target element.- Returns:
- a collection of strategies which may be used to find the target element
-
-