Uses of Class
org.openqa.selenium.support.ui.FluentWait

Packages that use FluentWait
org.openqa.selenium.support.ui   
 

Uses of FluentWait in org.openqa.selenium.support.ui
 

Subclasses of FluentWait in org.openqa.selenium.support.ui
 class WebDriverWait
          A specialization of FluentWait that uses WebDriver instances.
 

Methods in org.openqa.selenium.support.ui that return FluentWait
 FluentWait<T> FluentWait.ignoreAll(java.util.Collection<java.lang.Class<? extends java.lang.RuntimeException>> types)
          Configures this instance to ignore specific types of exceptions while waiting for a condition.
 FluentWait<T> FluentWait.ignoring(java.lang.Class<? extends java.lang.RuntimeException> exceptionType)
           
 FluentWait<T> FluentWait.ignoring(java.lang.Class<? extends java.lang.RuntimeException> firstType, java.lang.Class<? extends java.lang.RuntimeException> secondType)
           
 FluentWait<T> FluentWait.pollingEvery(long duration, java.util.concurrent.TimeUnit unit)
          Sets how often the condition should be evaluated.
 FluentWait<T> FluentWait.withMessage(java.lang.String message)
          Sets the message to be displayed when time expires.
 FluentWait<T> FluentWait.withTimeout(long duration, java.util.concurrent.TimeUnit unit)
          Sets how long to wait for the evaluated condition to be true.
 



Copyright © 2012. All Rights Reserved.