Skip to content

Commit

Permalink
fix: remove appiumVersion from MobileCapabilityType (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquegh authored Mar 31, 2020
1 parent b914237 commit 988692f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ public interface MobileCapabilityType extends CapabilityType {
*/
String UDID = "udid";

/**
* Sauce-specific.
*/
String APPIUM_VERSION = "appiumVersion";

/**
* Language to set for iOS (XCUITest driver only) and Android.
Expand Down

0 comments on commit 988692f

Please sign in to comment.