Class Annotations

java.lang.Object
org.jboss.arquillian.graphene.findby.Annotations

public class Annotations extends Object
  • Constructor Details

    • Annotations

      public Annotations(Field field, org.openqa.selenium.support.How defaultElementLocatingStrategy)
  • Method Details

    • isLookupCached

      public boolean isLookupCached()
    • buildBy

      public org.openqa.selenium.By buildBy()
    • buildByFromDefault

      protected org.openqa.selenium.By buildByFromDefault()
    • buildByFromLocationStrategy

      protected org.openqa.selenium.By buildByFromLocationStrategy(ImplementsLocationStrategy strategy, Annotation annotation)
    • buildByFromFindBys

      protected org.openqa.selenium.By buildByFromFindBys(org.openqa.selenium.support.FindBys webDriverFindBys)
    • buildByFromFindBy

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

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

      protected org.openqa.selenium.By buildByFromShortFindBy(org.openqa.selenium.support.FindBy findBy)