com.atlassian.pageobjects.elements.query.webdriver
Class WebElementBasedTimedCondition

java.lang.Object
  extended by com.atlassian.pageobjects.elements.query.AbstractPollingQuery
      extended by com.atlassian.pageobjects.elements.query.AbstractTimedQuery<T>
          extended by com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery<T>
              extended by com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery<Boolean>
                  extended by com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedCondition
All Implemented Interfaces:
PollingQuery, TimedCondition, TimedQuery<Boolean>, ClockAware

public class WebElementBasedTimedCondition
extends WebElementBasedTimedQuery<Boolean>
implements TimedCondition

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

WebElementBasedTimedCondition

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)


Copyright © 2014 Atlassian. All rights reserved.