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

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

Introduction

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

Usage

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

public class DecoratedWindow extends DecoratedChild<WebDriver.Window, DecoratedWebDriver>
        implements WebDriver.Window {

    public DecoratedWindow(final WebDriver.Window window, final DecoratedWebDriver driverWrapper) {
        super(window, driverWrapper);
    }