Package com.epam.healenium
Class SelfHealingDriverWait
java.lang.Object
org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
org.openqa.selenium.support.ui.WebDriverWait
com.epam.healenium.SelfHealingDriverWait
- All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>
public class SelfHealingDriverWait
extends org.openqa.selenium.support.ui.WebDriverWait
-
Field Summary
Fields inherited from class org.openqa.selenium.support.ui.FluentWait
DEFAULT_SLEEP_TIMEOUT -
Constructor Summary
ConstructorsConstructorDescriptionSelfHealingDriverWait(org.openqa.selenium.WebDriver driver, Duration timeout) SelfHealingDriverWait(org.openqa.selenium.WebDriver driver, Duration timeout, Duration sleep) SelfHealingDriverWait(org.openqa.selenium.WebDriver driver, Duration timeout, Duration sleep, Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper) -
Method Summary
Methods inherited from class org.openqa.selenium.support.ui.WebDriverWait
timeoutExceptionMethods inherited from class org.openqa.selenium.support.ui.FluentWait
ignoreAll, ignoring, ignoring, pollingEvery, withMessage, withMessage, withTimeout
-
Constructor Details
-
SelfHealingDriverWait
-
SelfHealingDriverWait
-
SelfHealingDriverWait
-
-
Method Details
-
until
- Specified by:
untilin interfaceorg.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>- Overrides:
untilin classorg.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
-