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 Interaction
angularRequestsHaveFinished()
static WaitUntilTargetIsReady
the(java.lang.String xpathOrCSSSelector, org.hamcrest.Matcher<WebElementState> expectedState)
static WaitUntilTargetIsReady
the(Target target, org.hamcrest.Matcher<WebElementState> expectedState)
static WaitUntilTargetIsReady
the(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<WebElementState> expectedState)
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) -
angularRequestsHaveFinished
-