Uses of Interface
org.openqa.selenium.support.ui.Wait
Packages that use Wait
-
Uses of Wait in org.openqa.selenium.support.ui
Classes in org.openqa.selenium.support.ui that implement WaitModifier and TypeClassDescriptionclass
FluentWait<T>
An implementation of theWait
interface that may have its timeout and polling interval configured on the fly.class
A specialization ofFluentWait
that uses WebDriver instances.