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

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

Introduction

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

Usage

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

public class DecoratedNavigation extends DecoratedChild<WebDriver.Navigation, DecoratedWebDriver>
        implements WebDriver.Navigation {

    public DecoratedNavigation(final WebDriver.Navigation navigator, final DecoratedWebDriver driverWrapper) {
        super(navigator, driverWrapper);
    }