Package net.serenitybdd.screenplay.waits
Class WaitUntilBuilder
- java.lang.Object
-
- net.serenitybdd.screenplay.waits.WaitUntilBuilder
-
public class WaitUntilBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description WaitUntilBuilder(long amount, Target target, org.hamcrest.Matcher<WebElementState> expectedState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interactionmilliseconds()Interactionseconds()
-
-
-
Constructor Detail
-
WaitUntilBuilder
public WaitUntilBuilder(long amount, Target target, org.hamcrest.Matcher<WebElementState> expectedState)
-
-
Method Detail
-
seconds
public Interaction seconds()
-
milliseconds
public Interaction milliseconds()
-
-