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