List of usage examples for org.openqa.selenium.remote ErrorCodes subclass-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 {