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.ignoring(Class<? extends RuntimeException>... types)
          Configures this instance to ignore specific types of exceptions while waiting for a condition.
 FluentWait<T> FluentWait.pollingEvery(long duration, TimeUnit unit)
          Sets how often the condition should be evaluated.
 FluentWait<T> FluentWait.withTimeout(long duration, TimeUnit unit)
          Sets how long to wait for the evaluated condition to be true.
 



Copyright © 2011. All Rights Reserved.