Package net.thucydides.core.scheduling
Class SerenityFluentWait
java.lang.Object
org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
net.thucydides.core.scheduling.SerenityFluentWait
- All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>
public class SerenityFluentWait
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, FIVE_HUNDRED_MILLIS -
Constructor Summary
Constructors Constructor Description SerenityFluentWait(org.openqa.selenium.WebDriver input)SerenityFluentWait(org.openqa.selenium.WebDriver input, java.time.Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper) -
Method Summary
Modifier and Type Method Description PollingSchedulepollingEvery(int amount)TimeoutSchedulewithTimeoutOf(int amount)Methods inherited from class org.openqa.selenium.support.ui.FluentWait
ignoreAll, ignoring, ignoring, pollingEvery, pollingEvery, timeoutException, until, withMessage, withMessage, withTimeout, withTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SerenityFluentWait
public SerenityFluentWait(org.openqa.selenium.WebDriver input) -
SerenityFluentWait
public SerenityFluentWait(org.openqa.selenium.WebDriver input, java.time.Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper)
-
-
Method Details
-
withTimeoutOf
-
pollingEvery
-