Class Annotations
java.lang.Object
org.jboss.arquillian.graphene.findby.Annotations
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotations(Field field, org.openqa.selenium.support.How defaultElementLocatingStrategy) -
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.BybuildBy()protected org.openqa.selenium.Byprotected org.openqa.selenium.BybuildByFromFindBy(org.openqa.selenium.support.FindBy findBy) protected org.openqa.selenium.BybuildByFromFindBys(org.openqa.selenium.support.FindBys webDriverFindBys) protected org.openqa.selenium.BybuildByFromLocationStrategy(ImplementsLocationStrategy strategy, Annotation annotation) protected org.openqa.selenium.BybuildByFromLongFindBy(org.openqa.selenium.support.FindBy findBy) protected org.openqa.selenium.BybuildByFromShortFindBy(org.openqa.selenium.support.FindBy findBy) boolean
-
Constructor Details
-
Annotations
-
-
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)
-