Skip to content

Commit 73bc8c3

Browse files
authored
docs: add Appium server compatibility for v5.x section (#587)
* Add Appium server compatibility section * add base-path info
1 parent 4dbda8a commit 73bc8c3

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
@@ -16,6 +16,13 @@ all the functionalities of the regular driver, but add Appium specific methods o
1616
> 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/>
1717
> We are well aware this project is not actively maintained, therefore any contributors are more than welcomed to assist with this project.
1818
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/)
25+
1926
## NuGet
2027

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

0 commit comments

Comments
 (0)