Package net.serenitybdd.screenplay.waits
Class WaitUntil
- java.lang.Object
-
- net.serenitybdd.screenplay.waits.WaitUntil
-
public class WaitUntil extends Object
-
-
Constructor Summary
Constructors Constructor Description WaitUntil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InteractionangularRequestsHaveFinished()static WaitUntilTargetIsReadythe(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)
-
-
-
Method Detail
-
the
public static WaitUntilTargetIsReady the(Target target, org.hamcrest.Matcher<WebElementState> expectedState)
-
the
public static WaitUntilTargetIsReady the(String xpathOrCSSSelector, org.hamcrest.Matcher<WebElementState> expectedState)
-
the
public static WaitUntilTargetIsReady the(org.openqa.selenium.By byLocator, org.hamcrest.Matcher<WebElementState> expectedState)
-
angularRequestsHaveFinished
public static Interaction angularRequestsHaveFinished()
-
-