Skip to content

Commit fc0fcc2

Browse files
README actualization
1 parent ef39844 commit fc0fcc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ You can get it on [WIKI](https://github.com/appium/java-client/wiki)
117117
- `io.appium.java_client.SwipeElementDirection` and `io.appium.java_client.TouchebleElement` also were marked deprecated.
118118

119119
redesign of `TouchAction` and `MultiTouchAction`
120-
- constructors were redesigned. There is no strict binding of `AppiumDriver` and `TouchAction` /`MultiTouchAction`. They can pass any instance of a class that implements `PerformsTouchActions`.
120+
- constructors were redesigned. There is no strict binding of `AppiumDriver` and `TouchAction` /`MultiTouchAction`. They can consume any instance of a class that implements `PerformsTouchActions`.
121+
- `io.appium.java_client.ios.IOSTouchAction` was added. It extends `io.appium.java_client.TouchAction`.
121122

122123
`JsonToMobileElementConverter` re-design [#532](https://github.com/appium/java-client/pull/532):
123124
- unused `MobileElementToJsonConverter` was removed

0 commit comments

Comments
 (0)