Class WaitUntilExpectation<T>

java.lang.Object
net.serenitybdd.screenplay.waits.WaitUntilExpectation<T>
All Implemented Interfaces:
SkipNested, IsSilent, Interaction, Performable

public class WaitUntilExpectation<T>
extends java.lang.Object
implements Interaction, IsSilent
  • Constructor Summary

    Constructors 
    Constructor Description
    WaitUntilExpectation​(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition)  
  • Method Summary

    Modifier and Type Method Description
    Interaction forNoMoreThan​(java.time.Duration duration)  
    <A extends Actor>
    void
    performAs​(A actor)  

    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
  • Constructor Details

    • WaitUntilExpectation

      public WaitUntilExpectation​(org.openqa.selenium.support.ui.ExpectedCondition<T> expectedCondition)
  • Method Details

    • performAs

      public <A extends Actor> void performAs​(A actor)
      Specified by:
      performAs in interface Performable
    • forNoMoreThan

      public Interaction forNoMoreThan​(java.time.Duration duration)