Skip to content

Commit 988692f

Browse files
authored
fix: remove appiumVersion from MobileCapabilityType (#1325)
1 parent b914237 commit 988692f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ public interface MobileCapabilityType extends CapabilityType {
6565
*/
6666
String UDID = "udid";
6767

68-
/**
69-
* Sauce-specific.
70-
*/
71-
String APPIUM_VERSION = "appiumVersion";
7268

7369
/**
7470
* Language to set for iOS (XCUITest driver only) and Android.

0 commit comments

Comments
 (0)