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

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

Introduction

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

Usage

From source file com.mengge.ErrorCodesMobile.java

/**
 * Defines common error codes for the mobile JSON wire protocol.
 *
 * @author jonahss@gmail.com (Jonah Stiennon)
 */
public class ErrorCodesMobile extends ErrorCodes {

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

/**
 * Defines common error codes for the mobile JSON wire protocol.
 *
 * @author jonahss@gmail.com (Jonah Stiennon)
 */
public class ErrorCodesMobile extends ErrorCodes {