Class Wait

java.lang.Object
net.serenitybdd.screenplay.SilentInteraction
net.serenitybdd.screenplay.waits.Wait
All Implemented Interfaces:
SkipNested, IsSilent, Interaction, Performable

public class Wait
extends SilentInteraction
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Wait.WaitBuilder  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T actor)  
    static WithTimeout until​(Question question, org.hamcrest.Matcher matcher)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.serenitybdd.screenplay.Performable

    then
  • Method Details

    • until

      public static WithTimeout until​(Question question, org.hamcrest.Matcher matcher)
    • performAs

      public <T extends Actor> void performAs​(T actor)