Class DownloadWait

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

public class DownloadWait 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
    DownloadWait(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

    • DownloadWait

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