There was an error while loading. Please reload this page.
2 parents 54af0cc + 62608f4 commit d9ae261Copy full SHA for d9ae261
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