Interface CustomFindByAnnotationService

    • Method Detail

      • isAnnotatedByCustomFindByAnnotation

        boolean isAnnotatedByCustomFindByAnnotation​(Field field)
        Returns true if the field has any custom annotation
        Parameters:
        field -
        Returns:
        true if the field has any custom annotation
      • buildByFromCustomFindByAnnotation

        org.openqa.selenium.By buildByFromCustomFindByAnnotation​(Field field)
        Retuns an org.openqa.selenium.By implementation that will be used to find the "field" by Selenium
        Parameters:
        field -
        Returns:
        an org.openqa.selenium.By implementation