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
+13-68
Original file line number
Diff line number
Diff line change
@@ -7,75 +7,17 @@
7
7
8
8
This is the Java language binding for writing Appium Tests, conforms to [Mobile JSON Wire Protocol](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md)
9
9
10
-
[How to install it and to use it](https://github.com/appium/java-client/blob/master/docs/Installing-the-project.md)
11
-
12
10
[API docs](http://appium.github.io/java-client/)
13
11
14
-
###Structure###
15
-
16
-
There is an abstract `io.appium.java_client.AppiumDriver` class which extends `org.openqa.selenium.remote.RemoteWebDriver`
17
-
from the Selenium Java Client. The `io.appium.java_client.AppiumDriver` class contains all methods shared by iOS and Android.
18
-
`io.appium.java_client.ios.IOSDriver` and `io.appium.java_client.android.AndroidDriver` both extend `io.appium.java_client.AppiumDriver`
19
-
and provide more methods, and specific implementations for some methods.
20
-
21
-
In the same way, `io.appium.java_client.ios.IOSElement` and `io.appium.java_client.android.AndroidElement` both are subclasses of
22
-
`io.appium.java_client.MobileElement`
23
-
24
-
25
-
###Added functions###
26
-
More can be found in the docs, but here's a quick list of features which this project has added to the usual selenium binding.
-**[UPDATE]** to Selenium 3.0. [#489](https://github.com/appium/java-client/pull/489)
160
101
-[ENHANCEMENT]. Additional methods which perform device rotation were implemented. [#489](https://github.com/appium/java-client/pull/489). [#439](https://github.com/appium/java-client/pull/439). But it works for iOS in XCUIT mode and for Android in UIAutomator2 mode only. The feature request: [#7131](https://github.com/appium/appium/issues/7131)
-[ENHANCEMENT]. The ability to use port, ip and log file as server arguments was provided. Feature request: [#521](https://github.com/appium/java-client/issues/521). Fixes: [#522](https://github.com/appium/java-client/issues/522), [#524](https://github.com/appium/java-client/issues/524).
@@ -183,6 +124,10 @@ You can get it on [WIKI](https://github.com/appium/java-client/wiki)
0 commit comments