Class PageLoadWait

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

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

    • PageLoadWait

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