dotnet-client icon indicating copy to clipboard operation
dotnet-client copied to clipboard

feat: Moving to Appium 2

Open Dor-bl opened this issue 2 years ago • 0 comments

Change list

-Removed the usage of /wd/hub which is no longer in use starting from appium2.0 server -Minor code improvements at AppiumLocalService.cs -Removal of redundant 'using' in test/integration/Properties/Resources.Designer.cs

Types of changes

What types of changes are you proposing/introducing to .NET client? Put an x in the boxes that apply

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [x] New feature (non-breaking change which adds value to the project)
  • [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Documentation

  • [ ] Have you proposed a file change/ PR with appium to update documentation?

This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example

Integration tests

  • [x] Have you provided integration tests to pass against the beta version of appium? (for Bugfix or New feature)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they work and possible use cases. Also you can create gists with pasted C# code samples or put them here using markdown. About markdown please read Mastering markdown and Writing on GitHub

Dor-bl avatar Oct 14 '22 03:10 Dor-bl