Class ImplicitWait

java.lang.Object
org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
org.openqa.selenium.support.ui.WebDriverWait
io.github.giulong.spectrum.types.ImplicitWait
All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>

public class ImplicitWait extends org.openqa.selenium.support.ui.WebDriverWait
  • Field Summary

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

    DEFAULT_SLEEP_TIMEOUT
  • Constructor Summary

    Constructors
    Constructor
    Description
    ImplicitWait(org.openqa.selenium.WebDriver driver, Duration timeout)
     
  • Method Summary

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

    timeoutException

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

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

    Methods inherited from class java.lang.Object

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

    • ImplicitWait

      public ImplicitWait(org.openqa.selenium.WebDriver driver, Duration timeout)