Uses of Interface
org.openqa.selenium.support.ui.Wait
-
Packages that use Wait Package Description org.openqa.selenium.support.ui -
-
Uses of Wait in org.openqa.selenium.support.ui
Classes in org.openqa.selenium.support.ui that implement Wait Modifier and Type Class Description classFluentWait<T>An implementation of theWaitinterface that may have its timeout and polling interval configured on the fly.classWebDriverWaitA specialization ofFluentWaitthat uses WebDriver instances.
-