Annotation Type iOSXCUITFindByAllSet


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

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