Skip to content

Commit 62608f4

Browse files
committed
added APPIUM_VERSION MobileCapabilityType
1 parent 54af0cc commit 62608f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/io/appium/java_client/remote/MobileCapabilityType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ public interface MobileCapabilityType extends CapabilityType {
2121
String APP_WAIT_ACTIVITY = "appWaitActivity";
2222
String APP_WAIT_PACKAGE = "appWaitPackage";
2323
String SELENDROID_PORT = "selendroidPort";
24+
25+
//Sauce-specific
26+
String APPIUM_VERSION = "appiumVersion";
2427
}

0 commit comments

Comments
 (0)