#456 FIX by SrinivasanTarget · Pull Request #458 · appium/java-client
Change list
To make the swipe method deprecated and move it to TouchActions subclasses. #456 FIX
Types of changes
What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply
- 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
1)TouchShortcuts Interface is removed
2) All overloaded TouchActions methods are declared in TouchableElements now
3)AndroidTouchAction and IOSTouchAction are subclass of TouchAction
4)swipe is moved to TouchActions subclasses.
5)ActionParameter class is made protected now to define actions in subclasses i.e AndroidTouchActions and IOSTouchAction
6)Pinch and Zoom defenitions are moved to MultiTouchAction from AppiumDriver
@TikhomirovSergey please review :)