Package net.serenitybdd.screenplay.waits
Class WaitUntil
java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntil
public class WaitUntil
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description WaitUntil() -
Method Summary
Modifier and Type Method Description static InteractionangularRequestsHaveFinished()static WaitUntilTargetIsReadythe(java.lang.String xpathOrCSSSelector, org.hamcrest.Matcher<WebElementState> expectedState)static WaitUntilTargetIsReadythe(Target target, org.hamcrest.Matcher<WebElementState> expectedState)static WaitUntilTargetIsReadythe(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<WebElementState> expectedState)static <T> WaitUntilExpectation<T>the(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WaitUntil
public WaitUntil()
-
-
Method Details
-
the
public static WaitUntilTargetIsReady the(Target target, org.hamcrest.Matcher<WebElementState> expectedState) -
the
public static WaitUntilTargetIsReady the(java.lang.String xpathOrCSSSelector, org.hamcrest.Matcher<WebElementState> expectedState) -
the
public static WaitUntilTargetIsReady the(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<WebElementState> expectedState) -
the
public static <T> WaitUntilExpectation<T> the(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition) -
angularRequestsHaveFinished
-