Skip to content

Commit 2fcd650

Browse files
authored
Docs: add Appium server compatibility for v5.x (#588)
1 parent 732cbf3 commit 2fcd650

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
This driver is an extension of the [Selenium](http://docs.seleniumhq.org/) C# client. It has
99
all the functionalities of the regular driver, but add Appium specific methods on top of this.
1010

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/)
17+
1118
## NuGet
1219

1320
NuGet Package: [](http://www.nuget.org/packages/Appium.WebDriver/)

0 commit comments

Comments
 (0)