Class SerenityFluentWait

java.lang.Object
org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
net.thucydides.core.scheduling.SerenityFluentWait
All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>

public class SerenityFluentWait extends org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
  • Field Summary

    Fields inherited from class org.openqa.selenium.support.ui.FluentWait

    DEFAULT_SLEEP_TIMEOUT, FIVE_HUNDRED_MILLIS
  • Constructor Summary

    Constructors
    Constructor
    Description
    SerenityFluentWait(org.openqa.selenium.WebDriver input)
     
    SerenityFluentWait(org.openqa.selenium.WebDriver input, Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    pollingEvery(int amount)
     
    withTimeoutOf(int amount)
     

    Methods inherited from class org.openqa.selenium.support.ui.FluentWait

    ignoreAll, ignoring, ignoring, pollingEvery, pollingEvery, timeoutException, until, withMessage, withMessage, withTimeout, withTimeout

    Methods inherited from class java.lang.Object

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

    • SerenityFluentWait

      public SerenityFluentWait(org.openqa.selenium.WebDriver input)
    • SerenityFluentWait

      public SerenityFluentWait(org.openqa.selenium.WebDriver input, Clock clock, org.openqa.selenium.support.ui.Sleeper sleeper)
  • Method Details