Annotation Type WindowsFindBySet


  • @Target({TYPE,FIELD})
    @Retention(RUNTIME)
    public @interface WindowsFindBySet
    Defines set of chained/possible locators. Each one locator should be defined with WindowsFindBy
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      WindowsFindBy[] value
      An 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 WindowsFindBy which builds a sequence of the chained searching for elements or a set of possible locators