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
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)
@@ -17,6 +16,12 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile
Since version 8 Appium Java Client had several major changes, which might require to
22
+
update your client code. Make sure to follow the [v7 to v8 Migration Guide](https://github.com/appium/java-client/blob/master/docs/v7-to-v8-migration-guide.md)
23
+
in order to streamline the migration process.
24
+
20
25
## How to install latest java client Beta/Snapshots
21
26
22
27
Java client project is available to use even before it is officially published to maven central. Refer [jitpack.io](https://jitpack.io/#appium/java-client)
0 commit comments