Example usage for org.openqa.selenium WebDriver.Timeouts interface-usage

List of usage examples for org.openqa.selenium WebDriver.Timeouts interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium WebDriver.Timeouts interface-usage.

Usage

From source file ru.stqa.selenium.decorated.DecoratedTimeouts.java

public class DecoratedTimeouts extends DecoratedChild<WebDriver.Timeouts, DecoratedWebDriver>
        implements WebDriver.Timeouts {

    public DecoratedTimeouts(final WebDriver.Timeouts timeouts, final DecoratedWebDriver driverWrapper) {
        super(timeouts, driverWrapper);
    }