Annotation Type WindowsFindBys


  • @Retention(RUNTIME)
    @Target({FIELD,TYPE})
    @Repeatable(WindowsFindByChainSet.class)
    public @interface WindowsFindBys
    Used to mark a field on a Page Object to indicate that lookup should use a series of WindowsBy tags.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      WindowsBy[] value
      It is a set of WindowsBy strategies which build the chain of the searching for the target element.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int priority
      Priority of the searching.
    • Element Detail

      • value

        WindowsBy[] value
        It is a set of WindowsBy strategies 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 priority
        Priority of the searching. Higher number means lower priority.
        Returns:
        priority of the searching
        Default:
        0