Uses of Class
org.openqa.selenium.support.ui.FluentWait
Packages that use FluentWait
-
Uses of FluentWait in org.openqa.selenium.support.ui
Subclasses of FluentWait in org.openqa.selenium.support.uiModifier and TypeClassDescriptionclassA specialization ofFluentWaitthat uses WebDriver instances.Methods in org.openqa.selenium.support.ui that return FluentWaitModifier and TypeMethodDescription<K extends Throwable>
FluentWait<T>FluentWait.ignoreAll(Collection<Class<? extends K>> types) Configures this instance to ignore specific types of exceptions while waiting for a condition.FluentWait.pollingEvery(Duration interval) Sets how often the condition should be evaluated.FluentWait.withMessage(String message) Sets the message to be displayed when time expires.FluentWait.withMessage(Supplier<String> messageSupplier) Sets the message to be evaluated and displayed when time expires.FluentWait.withTimeout(Duration timeout) Sets how long to wait for the evaluated condition to be true.