Package net.serenitybdd.screenplay.waits
Class WaitUntil
java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.serenitybdd.screenplay.Interactionstatic WaitUntilTargetIsReadythe(String xpathOrCSSSelector, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) static WaitUntilTargetIsReadystatic WaitUntilTargetIsReadythe(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) static <T> WaitUntilExpectation<T> the(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition)
-
Constructor Details
-
WaitUntil
public WaitUntil()
-
-
Method Details
-
the
public static WaitUntilTargetIsReady the(Target target, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) -
the
public static WaitUntilTargetIsReady the(String xpathOrCSSSelector, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) -
the
public static WaitUntilTargetIsReady the(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<net.serenitybdd.core.pages.WebElementState> expectedState) -
the
public static <T> WaitUntilExpectation<T> the(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition) -
angularRequestsHaveFinished
public static net.serenitybdd.screenplay.Interaction angularRequestsHaveFinished()
-