There was an error while loading. Please reload this page.
1 parent 54af0cc commit 62608f4Copy full SHA for 62608f4
src/main/java/io/appium/java_client/remote/MobileCapabilityType.java
@@ -21,4 +21,7 @@ public interface MobileCapabilityType extends CapabilityType {
21
String APP_WAIT_ACTIVITY = "appWaitActivity";
22
String APP_WAIT_PACKAGE = "appWaitPackage";
23
String SELENDROID_PORT = "selendroidPort";
24
+
25
+ //Sauce-specific
26
+ String APPIUM_VERSION = "appiumVersion";
27
}
0 commit comments