public class Annotations extends Object
| Constructor and Description |
|---|
Annotations(Field field) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.By |
buildBy() |
protected org.openqa.selenium.By |
buildByFromDefault() |
protected org.openqa.selenium.By |
buildByFromFindBy(org.openqa.selenium.support.FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromFindBy(FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromGrapheneFindBys(FindBys grapheneFindBys) |
protected org.openqa.selenium.By |
buildByFromLongFindBy(org.openqa.selenium.support.FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromLongFindBy(FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromShortFindBy(org.openqa.selenium.support.FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromShortFindBy(FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromWebDriverFindBys(org.openqa.selenium.support.FindBys webDriverFindBys) |
boolean |
isLookupCached() |
public Annotations(Field field)
public boolean isLookupCached()
public org.openqa.selenium.By buildBy()
protected org.openqa.selenium.By buildByFromDefault()
protected org.openqa.selenium.By buildByFromGrapheneFindBys(FindBys grapheneFindBys)
protected org.openqa.selenium.By buildByFromWebDriverFindBys(org.openqa.selenium.support.FindBys webDriverFindBys)
protected org.openqa.selenium.By buildByFromFindBy(org.openqa.selenium.support.FindBy findBy)
protected org.openqa.selenium.By buildByFromFindBy(FindBy findBy)
protected org.openqa.selenium.By buildByFromLongFindBy(org.openqa.selenium.support.FindBy findBy)
protected org.openqa.selenium.By buildByFromLongFindBy(FindBy findBy)
protected org.openqa.selenium.By buildByFromShortFindBy(org.openqa.selenium.support.FindBy findBy)
protected org.openqa.selenium.By buildByFromShortFindBy(FindBy findBy)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.