Skip to content

Commit d9ae261

Browse files
committed
Merge pull request appium#146 from Jonahss/appiumVersion
added APPIUM_VERSION MobileCapabilityType
2 parents 54af0cc + 62608f4 commit d9ae261

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)