|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.pageobjects.elements.query.AbstractPollingQuery
com.atlassian.pageobjects.elements.query.AbstractTimedQuery<T>
com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery<T>
com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery<Boolean>
com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedCondition
public class WebElementBasedTimedCondition
Timed condition based on WebElement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery |
|---|
GenericWebDriverTimedQuery.InvalidValue |
| Field Summary |
|---|
| Fields inherited from class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery |
|---|
valueSupplier |
| Fields inherited from class com.atlassian.pageobjects.elements.query.AbstractPollingQuery |
|---|
defaultTimeout, interval |
| Fields inherited from interface com.atlassian.pageobjects.elements.query.PollingQuery |
|---|
DEFAULT_INTERVAL |
| Constructor Summary | |
|---|---|
WebElementBasedTimedCondition(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> valueProvider,
long timeout,
long interval)
|
|
| Method Summary |
|---|
| Methods inherited from class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery |
|---|
toString |
| Methods inherited from class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery |
|---|
currentValue, shouldReturn |
| Methods inherited from class com.atlassian.pageobjects.elements.query.AbstractTimedQuery |
|---|
by, by, byDefaultTimeout, clock, expirationHandler, now, resetLastRun |
| Methods inherited from class com.atlassian.pageobjects.elements.query.AbstractPollingQuery |
|---|
defaultTimeout, interval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.pageobjects.elements.query.TimedQuery |
|---|
by, by, byDefaultTimeout, now |
| Methods inherited from interface com.atlassian.pageobjects.elements.query.PollingQuery |
|---|
defaultTimeout, interval |
| Constructor Detail |
|---|
public WebElementBasedTimedCondition(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
com.google.common.base.Function<org.openqa.selenium.WebElement,Boolean> valueProvider,
long timeout,
long interval)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||