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

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

Introduction

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

Usage

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

public class DecoratedTargetLocator extends DecoratedChild<WebDriver.TargetLocator, DecoratedWebDriver>
        implements WebDriver.TargetLocator {

    public DecoratedTargetLocator(final WebDriver.TargetLocator targetLocator,
            final DecoratedWebDriver driverWrapper) {
        super(targetLocator, driverWrapper);