Class WaitUntilBuilder

java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilBuilder

public class WaitUntilBuilder
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    WaitUntilBuilder​(long amount, Target target, org.hamcrest.Matcher<WebElementState> expectedState)  
  • Method Summary

    Modifier and Type Method Description
    Interaction milliseconds()  
    Interaction seconds()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WaitUntilBuilder

      public WaitUntilBuilder​(long amount, Target target, org.hamcrest.Matcher<WebElementState> expectedState)
  • Method Details