Skip to content

Commit

Permalink
docs: Update the Dependencies section (#848)
Browse files Browse the repository at this point in the history
* docs: Update the Dependencies section

* Remove System.Text.Json from Dependencies list
  • Loading branch information
Dor-bl authored Oct 19, 2024
1 parent 806fd72 commit 1754937
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,12 @@ App management: Please read [issue #15807](https://github.com/appium/appium/issu
## NuGet

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

- [Selenium.WebDriver](http://www.nuget.org/packages/Selenium.WebDriver/)
- [Newtonsoft.Json](http://www.nuget.org/packages/Newtonsoft.Json/)
- [Selenium.Support](https://www.nuget.org/packages/Selenium.Support/)
- [Castle.Core](https://www.nuget.org/packages/Castle.Core/)
- [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/)
Note: we will NOT publish a signed version of this assembly since the dependencies we access through NuGet do not have a signed version - thus breaking the chain and causing us headaches. With that said, you are more than welcome to download the code and build a signed version yourself.

Expand All @@ -90,8 +88,8 @@ Note: we will NOT publish a signed version of this assembly since the dependenci

- You need to add the following namespace line: `using OpenQA.Selenium.Appium;`.
- Use the `AppiumDriver` class/subclass to construct the driver. It works the same as the Selenium Webdriver, except that
the ports are defaulted to Appium values, and the driver does not know how to start the Appium independently.
- To use the Appium methods on Element, you need to specify the parameter of `AppiumDriver` or its subclasses.
the ports default to Appium values, and the driver does not know how to start the Appium independently.
- To use the Appium methods on Element, specify the parameter of `AppiumDriver` or its subclasses.

[Read Wiki](https://github.com/appium/appium-dotnet-driver/wiki)
Expand Down

0 comments on commit 1754937

Please sign in to comment.