Annotation Interface iOSXCUITFindBys
@Retention(RUNTIME)
@Target({FIELD,TYPE})
@Repeatable(iOSXCUITFindByChainSet.class)
public @interface iOSXCUITFindBys
Used to mark a field on a Page Object to indicate that lookup should use
a series of
iOSXCUITBy tags.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionIt is a set ofiOSXCUITBystrategies which build the chain of the searching for the target element. -
Optional Element Summary
Optional Elements
-
Element Details
-
value
iOSXCUITBy[] valueIt 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
-
-
-
priority
int priorityPriority of the searching. Higher number means lower priority.- Returns:
- priority of the searching
- Default:
- 0
-