Class SelenideWait

java.lang.Object
org.openqa.selenium.support.ui.FluentWait<org.openqa.selenium.WebDriver>
com.codeborne.selenide.SelenideWait
All Implemented Interfaces:
org.openqa.selenium.support.ui.Wait<org.openqa.selenium.WebDriver>

@ParametersAreNonnullByDefault public final class SelenideWait 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
  • Constructor Summary

    Constructors
    Constructor
    Description
    SelenideWait(org.openqa.selenium.WebDriver input, long timeout, long pollingInterval)
     
  • Method Summary

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

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

    Methods inherited from class java.lang.Object

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

    • SelenideWait

      public SelenideWait(org.openqa.selenium.WebDriver input, long timeout, long pollingInterval)