Example usage for org.openqa.selenium.remote CommandInfo subclass-usage

List of usage examples for org.openqa.selenium.remote CommandInfo subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.remote CommandInfo subclass-usage.

Usage

From source file io.appium.java_client.AppiumCommandInfo.java

public class AppiumCommandInfo extends CommandInfo {
    private final String url;
    private final HttpMethod method;

    /**
     * It conntains method and URL of the command.