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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,10 +145,15 @@ You can get it on [WIKI](https://github.com/appium/java-client/wiki)
145
145
- Page object tools were updated [#538](https://github.com/appium/java-client/pull/538)
146
146
- the `io.appium.java_client.pagefactory.WindowsFindBy` annotation was added.
147
147
-`io.appium.java_client.pagefactory.AppiumFieldDecorator` and supporting tools were actualized.
148
-
149
-
-**[MAJOR ENHANCEMENT]**: The new interface `io.appium.java_client.FindsByIosNSPredicate` was added. [#462](https://github.com/appium/java-client/pull/462). With [@rafael-chavez](https://github.com/rafael-chavez) 's authorship.
150
-
It is implemented by `io.appium.java_client.ios.IOSDriver` and `io.appium.java_client.ios.IOSElement`.
151
-
-**[MAJOR ENHANCEMENT]**: The new interface `io.appium.java_client.MobileBy.ByIosNsPredicate` was added. [#462](https://github.com/appium/java-client/pull/462). With [@rafael-chavez](https://github.com/rafael-chavez) 's authorship.
-`io.appium.java_client.remote.AutomationName#IOS_XCUI_TEST` was added
151
+
- The new interface `io.appium.java_client.FindsByIosNSPredicate` was added. [#462](https://github.com/appium/java-client/pull/462). With [@rafael-chavez](https://github.com/rafael-chavez) 's authorship. It is implemented by `io.appium.java_client.ios.IOSDriver` and `io.appium.java_client.ios.IOSElement`.
152
+
- The new selector strategy `io.appium.java_client.MobileBy.ByIosNsPredicate` was added. [#462](https://github.com/appium/java-client/pull/462). With [@rafael-chavez](https://github.com/rafael-chavez) 's authorship.
153
+
- Page object tools were updated [#545](https://github.com/appium/java-client/pull/545), [#546](https://github.com/appium/java-client/pull/546)
154
+
- the `io.appium.java_client.pagefactory.iOSXCUITFindBy` annotation was added.
155
+
-`io.appium.java_client.pagefactory.AppiumFieldDecorator` and supporting tools were actualized.
156
+
152
157
-[ENHANCEMENT] Added the ability to set UiAutomator Congfigurator values. [#410](https://github.com/appium/java-client/pull/410).
0 commit comments