Package com.codeborne.selenide
Class SelenideWait
java.lang.Object
org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
com.codeborne.selenide.SelenideWait
- All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>
@ParametersAreNonnullByDefault
public final class SelenideWait
extends org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
-
Field Summary
Fields inherited from class org.openqa.selenium.support.ui.FluentWait
DEFAULT_SLEEP_TIMEOUT
-
Constructor Summary
ConstructorDescriptionSelenideWait
(org.openqa.selenium.WebDriver input, long timeout, long pollingInterval) -
Method Summary
Methods inherited from class org.openqa.selenium.support.ui.FluentWait
ignoreAll, ignoring, ignoring, pollingEvery, timeoutException, until, withMessage, withMessage, withTimeout
-
Constructor Details
-
SelenideWait
public SelenideWait(org.openqa.selenium.WebDriver input, long timeout, long pollingInterval)
-