Class SmartAnnotations

java.lang.Object
org.openqa.selenium.support.pagefactory.AbstractAnnotations
org.openqa.selenium.support.pagefactory.Annotations
net.serenitybdd.core.annotations.locators.SmartAnnotations

public class SmartAnnotations extends org.openqa.selenium.support.pagefactory.Annotations
  • Constructor Details

  • Method Details

    • assertValidAnnotations

      protected void assertValidAnnotations()
      Overrides:
      assertValidAnnotations in class org.openqa.selenium.support.pagefactory.Annotations
    • buildBy

      public org.openqa.selenium.By buildBy()
      Overrides:
      buildBy in class org.openqa.selenium.support.pagefactory.Annotations
    • buildByFromCustomAnnotationProvider

      protected org.openqa.selenium.By buildByFromCustomAnnotationProvider(Field field)
    • buildByFromFindBy

      protected org.openqa.selenium.By buildByFromFindBy(FindBy myFindBy)
    • buildByFromLongFindBy

      protected org.openqa.selenium.By buildByFromLongFindBy(FindBy myFindBy)
    • buildByFromShortFindBy

      protected org.openqa.selenium.By buildByFromShortFindBy(FindBy myFindBy)
    • buildByFromFindBy

      @Deprecated protected org.openqa.selenium.By buildByFromFindBy(FindBy myDepFindBy)
      Deprecated.
      use serenitybdd variation
    • buildByFromLongFindBy

      @Deprecated protected org.openqa.selenium.By buildByFromLongFindBy(FindBy myDepFindBy)
      Deprecated.
      use serenitybdd variation
    • buildByFromShortFindBy

      @Deprecated protected org.openqa.selenium.By buildByFromShortFindBy(FindBy myDepFindBy)
      Deprecated.
      use serenitybdd variation