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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,13 @@ all the functionalities of the regular driver, but add Appium specific methods o
16
16
> In case you would like to use this client with Selenium 4.0 and above, please use the latest beta version(v5.0.0). <br/>
17
17
> We are well aware this project is not actively maintained, therefore any contributors are more than welcomed to assist with this project.
18
18
19
+
## Appium server compatibility for v5.x
20
+
21
+
In case you are using the latest beta client v5.x please be aware you will either have to upgrade your appium server to 2.x or add the base-path argument:
22
+
`appium --base-path=/wd/hub`, due to a breaking change on the default server base path. <br/>
23
+
Regardless, it's highly recommended you move to appium 2.x since appium 1.x is no longer maintained. <br/>
24
+
For more details about how to migrate to 2.x, see the following link : [appium 2.x migrating](https://appium.github.io/appium/docs/en/2.0/guides/migrating-1-to-2/)
0 commit comments