Example usage for org.openqa.selenium.remote.server Session interface-usage

List of usage examples for org.openqa.selenium.remote.server Session interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.remote.server Session interface-usage.

Usage

From source file org.openqa.testing.TestSession.java

public class TestSession implements Session {

    private final SessionId sessionId;
    private final WebDriver driver;
    private final Capabilities capabilities;
    private final KnownElements knownElements;