Example usage for org.openqa.selenium.support.ui Wait interface-usage

List of usage examples for org.openqa.selenium.support.ui Wait interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.support.ui Wait interface-usage.

Usage

From source file com.google.android.testing.nativedriver.server.AndroidWait.java

/**
 * An implementation of the Wait interface that makes use of Android Native
 * WebDriver.
 *
 * @author Tomohiro Kaizu
 */

From source file org.fluentlenium.core.wait.FluentWait.java

public class FluentWait implements org.openqa.selenium.support.ui.Wait<Fluent> {

    private final org.openqa.selenium.support.ui.FluentWait<Fluent> wait;
    private final Search search;
    private final WebDriver driver;
    private boolean useDefaultException;

From source file org.jboss.arquillian.graphene.wait.FluentWait.java

/**
 * This interface is a replication of
 * {@link org.openqa.selenium.support.ui.FluentWait}. It's here because of a
 * fluent API in Graphene.
 *
 * @param <ARG> The input type for each condition used with this instance.