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

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

Introduction

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

Usage

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

public class DecoratedOptions extends DecoratedChild<WebDriver.Options, DecoratedWebDriver>
        implements WebDriver.Options {

    public DecoratedOptions(final WebDriver.Options options, final DecoratedWebDriver driverWrapper) {
        super(options, driverWrapper);
    }