fix: remove appiumVersion from MobileCapabilityType by enriquegh · Pull Request #1325 · appium/java-client
Change list
- Removed appiumVersion from MobileCapabilityType
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply
- No changes in production code.
- Bugfix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
Details
The capability appiumVersion is a Sauce specific capability.
This should not be included in the Java bindings since Appium does not do anything with this capability and should be handled either manually by the user or via some other third party tool.
This fixes this being included on the Appium Java client.