Class ScriptWait

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

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

    • ScriptWait

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