Annotation Type iOSXCUITFindByAllSet
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface iOSXCUITFindByAllSetDefines set of chained/possible locators. Each one locator should be defined withiOSXCUITFindAll
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description iOSXCUITFindAll[]valueAn array of which builds a sequence of the chained searching for elements or a set of possible locators.
-
-
-
Element Detail
-
value
iOSXCUITFindAll[] value
An array of which builds a sequence of the chained searching for elements or a set of possible locators.- Returns:
- an array of
iOSXCUITFindAllwhich builds a sequence of the chained searching for elements or a set of possible locators
-
-