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
Copy file name to clipboardExpand all lines: README.md
+33-4
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,42 @@ dependencies {
67
67
68
68
## Changelog
69
69
70
-
*7.0.0 (under construction yet)*
71
-
70
+
*7.0.0*
71
+
-**[ENHANCEMENTS]**
72
+
- The new interface `io.appium.java_client.FindsByAndroidViewTag` was added. [#996](https://github.com/appium/java-client/pull/996)
73
+
- The selector strategy `io.appium.java_client.MobileBy.ByAndroidViewTag` was added. [#996](https://github.com/appium/java-client/pull/996)
74
+
- The new interface `io.appium.java_client.FindsByImage` was added. [#990](https://github.com/appium/java-client/pull/990)
75
+
- The selector strategy `io.appium.java_client.MobileBy.ByImage` was added. [#990](https://github.com/appium/java-client/pull/990)
76
+
- The new interface `io.appium.java_client.FindsByCustom` was added. [#1041](https://github.com/appium/java-client/pull/1041)
77
+
- The selector strategy `io.appium.java_client.MobileBy.ByCustom` was added. [#1041](https://github.com/appium/java-client/pull/1041)
78
+
- DatatypeConverter is replaced with Base64 for JDK 9 compatibility. [#999](https://github.com/appium/java-client/pull/999)
79
+
- Expand touch options API to accept coordinates as Point. [#997](https://github.com/appium/java-client/pull/997)
80
+
- W3C capabilities written into firstMatch entity instead of alwaysMatch. [#1010](https://github.com/appium/java-client/pull/1010)
81
+
-`Selendroid` for android and `UIAutomation` for iOS is deprecated. [#1034](https://github.com/appium/java-client/pull/1034) and [#1074](https://github.com/appium/java-client/pull/1074)
82
+
-`videoScale` and `fps` screen recording options are introduced for iOS. [#1067](https://github.com/appium/java-client/pull/1067)
83
+
-`NORMALIZE_TAG_NAMES` setting was introduced for android. [#1073](https://github.com/appium/java-client/pull/1073)
84
+
-`threshold` argument was added to OccurrenceMatchingOptions. [#1060](https://github.com/appium/java-client/pull/1060)
85
+
-`org.openqa.selenium.internal.WrapsElement` replaced by `org.openqa.selenium.WrapsElement`. [#1053](https://github.com/appium/java-client/pull/1053)
86
+
- SLF4J logging support added into Appium Driver local service. [#1014](https://github.com/appium/java-client/pull/1014)
87
+
-`IMAGE_MATCH_THRESHOLD`, `FIX_IMAGE_FIND_SCREENSHOT_DIMENSIONS`, `FIX_IMAGE_TEMPLATE_SIZE`, `CHECK_IMAGE_ELEMENT_STALENESS`, `UPDATE_IMAGE_ELEMENT_POSITION` and `IMAGE_ELEMENT_TAP_STRATEGY` setting was introduced for image elements. [#1011](https://github.com/appium/java-client/pull/1011)
72
88
-**[BUG FIX]** Better handling of InvocationTargetException [#968](https://github.com/appium/java-client/pull/968)
73
89
-**[BUG FIX]** Map sending keys to active element for W3C compatibility. [#966](https://github.com/appium/java-client/pull/966)
90
+
-**[BUG FIX]** Error message on session creation is improved. [#994](https://github.com/appium/java-client/pull/994)
74
91
-**[DEPENDENCY UPDATES]**
75
-
-`org.seleniumhq.selenium:selenium-java` was updated to 3.13.0
76
-
92
+
-`org.seleniumhq.selenium:selenium-java` was updated to 3.141.59.
93
+
-`com.google.code.gson:gson` was updated to 2.8.5.
94
+
-`org.apache.httpcomponents:httpclient` was updated to 4.5.6.
95
+
-`cglib:cglib` was updated to 3.2.8.
96
+
-`org.apache.commons:commons-lang3` was updated to 3.8.
97
+
-`org.springframework:spring-context` was updated to 5.1.0.RELEASE.
98
+
-`io.github.bonigarcia:webdrivermanager` was updated to 3.0.0.
0 commit comments