Skip to content

Commit bda74e6

Browse files
Update README.md
1 parent 6fa95e0 commit bda74e6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,15 @@ You can get it on [WIKI](https://github.com/appium/java-client/wiki)
145145
- Page object tools were updated [#538](https://github.com/appium/java-client/pull/538)
146146
- the `io.appium.java_client.pagefactory.WindowsFindBy` annotation was added.
147147
- `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.
148+
149+
- **[MAJOR ENHANCEMENT]** iOS XCUIT mode automation:
150+
- `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+
152157
- [ENHANCEMENT] Added the ability to set UiAutomator Congfigurator values. [#410](https://github.com/appium/java-client/pull/410).
153158
[#477](https://github.com/appium/java-client/pull/477).
154159
- **[UPDATE]** to Selenium 3.0. [#489](https://github.com/appium/java-client/pull/489)

0 commit comments

Comments
 (0)