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
@@ -8,6 +8,13 @@
8
8
This driver is an extension of the [Selenium](http://docs.seleniumhq.org/) C# client. It has
9
9
all the functionalities of the regular driver, but add Appium specific methods on top of this.
10
10
11
+
## Appium server compatibility for v5.x
12
+
13
+
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:
14
+
`appium --base-path=/wd/hub`, due to a breaking change on the default server base path. <br/>
15
+
Regardless, it's highly recommended you move to appium 2.x since appium 1.x is no longer maintained. <br/>
16
+
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