Описание тега webdriverwait

WebDriverWait: WebDriverWait, расширяющий FluentWait<webdriver> является специализацией класса FluentWait<t> который использует экземпляры WebDriver. </t></webdriver>

WebDriverWait

WebDriverWait который расширяет FluentWait<WebDriver> это специализация Class FluentWait<T> который использует WebDriver экземпляры.

Резюме поля

static long DEFAULT_SLEEP_TIMEOUT FIVE_HUNDRED_MILLIS

Конструктор

  • WebDriverWait(WebDriver driver, Clock clock, Sleeper sleeper, long timeOutInSeconds, long sleepTimeOut)
  • WebDriverWait(WebDriver driver, long timeOutInSeconds)

    This Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
    
  • WebDriverWait(WebDriver driver, long timeOutInSeconds, long sleepInMillis)

    This Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
    

Ссылка: WebDriverWait FluentWait WebDriver