Java org.openqa.selenium.support.ui FluentWait fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium.support.ui FluentWait fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium.support.ui FluentWait.

The text is from its open source code.

Subclass

org.openqa.selenium.support.ui.FluentWait has subclasses.
Click this link to see all its subclasses.

Constructor

Method

FluentWaitignoreAll(Collection> types)
Configures this instance to ignore specific types of exceptions while waiting for a condition.
FluentWaitignoring(Class exceptionType)
Vuntil(Function isTrue)
Repeatedly applies this instance's input value to the given function until one of the following occurs:
  1. the function returns neither null nor false
  2. the function throws an unignored exception
  3. the timeout expires
  4. the current thread is interrupted