Package net.serenitybdd.core.pages
Class WebElementFacadeWait
java.lang.Object
net.serenitybdd.core.pages.WebElementFacadeWait
-
Constructor Summary
ConstructorsModifierConstructorDescriptionWebElementFacadeWait
(PageObject page, long timeoutInSeconds) protected
WebElementFacadeWait
(PageObject page, long timeoutInSeconds, long sleepInMillis) -
Method Summary
Modifier and TypeMethodDescriptionforUpTo
(long timeoutInSeconds) pollingEvery
(long sleepInMillis) until
(org.openqa.selenium.support.ui.ExpectedCondition<? extends org.openqa.selenium.WebElement> isTrue)
-
Constructor Details
-
WebElementFacadeWait
-
WebElementFacadeWait
-
WebElementFacadeWait
-
-
Method Details
-
forUpTo
-
pollingEvery
-
until
public WebElementFacade until(org.openqa.selenium.support.ui.ExpectedCondition<? extends org.openqa.selenium.WebElement> isTrue)
-