You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Splitting of TouchActions
* Codacy Fixes
* #456FIX#454 FIX: API redesign.
- new interfaces were added
- deprecated API
* #456FIX#454 FIX: MultiTouchAction refactoring
- new methods were added to MultiTouchAction
- AppiumDriver methods which perform multiple touch actions were marked as Deprecated
- Constructors of TouchAction and MultiTouchAction were changed. Now it accepts any instance that can perform touch action and multiple touch actions.
* #456FIX#454 FIX: New CreatesSwipeAction API
- the new interface CreatesSwipeAction was added.
- the reversion of last changes of TouchableElement.
- the `swipe` is deprecated method.
* #456FIX#454 FIX:
Forgot to commit this change
* #456FIX#454 FIX: CreatesSwipeAction API was implemented
- CreatesSwipeAction API was implemented
- SwipeElementDirection was redesigned
- constructors of TouchAction and MultiTouchAction were improved.
* #456FIX#454 FIX: AndroidTouchActions were covered with tests.
- also code issues were got fixed
* #456FIX#454 FIX: Refactoring of MobileElement
* #456FIX#454 FIX: IOSGesturesTest was redesigned.
- IOSSwipeGestureTest was added
* #456FIX#454 FIX: Checkstyle issues were got fixed
* #456FIX#454 FIX: The additional test on Android.
- the swiping combined with the tapping.
* Issues that found by codecy were got fixed
* The addition #513
Fixed Codacy errors
Fixed Codacy errors
* Fixed tests
Fixed tests
Fixed tests
Fixed tests
Description
To make the
swipe
method deprecated and move it to TouchActions subclasses:swipe
method deprecatedswipe
method to TouchActions subclasses.The text was updated successfully, but these errors were encountered: