public abstract class AbstractAnnotations
extends java.lang.Object
| Constructor and Description |
|---|
AbstractAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
private void |
assertValidFindAll(FindAll findBys) |
private void |
assertValidFindBy(FindBy findBy) |
private void |
assertValidFindBys(FindBys findBys) |
abstract org.openqa.selenium.By |
buildBy()
Defines how to transform given object (field, class, etc)
into
By class used by webdriver to locate elements. |
protected org.openqa.selenium.By |
buildByFromFindBy(FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromFindBys(FindBys findBys) |
protected org.openqa.selenium.By |
buildByFromLongFindBy(FindBy findBy) |
protected org.openqa.selenium.By |
buildByFromShortFindBy(FindBy findBy) |
protected org.openqa.selenium.By |
buildBysFromFindByOneOf(FindAll findBys) |
abstract boolean |
isLookupCached()
Defines whether or not given element
should be returned from cache on further calls.
|
public abstract org.openqa.selenium.By buildBy()
By class used by webdriver to locate elements.public abstract boolean isLookupCached()
protected org.openqa.selenium.By buildByFromFindBys(FindBys findBys)
protected org.openqa.selenium.By buildBysFromFindByOneOf(FindAll findBys)
protected org.openqa.selenium.By buildByFromFindBy(FindBy findBy)
protected org.openqa.selenium.By buildByFromLongFindBy(FindBy findBy)
protected org.openqa.selenium.By buildByFromShortFindBy(FindBy findBy)
private void assertValidFindBys(FindBys findBys)
private void assertValidFindAll(FindAll findBys)
private void assertValidFindBy(FindBy findBy)