appium / dotnet-client

Extension to the official Selenium dotnet webdriver
Apache License 2.0
373 stars 186 forks source link

chore: Remove Rotate endpoint #756

Closed Dor-bl closed 3 months ago

Dor-bl commented 3 months ago

List of changes

Since Rotate is not implemented, it's misleading to have the option to call this endpoint. This PR will remove any related code

See related PR: https://github.com/appium/appium/pull/19379 See related issue: https://github.com/appium/dotnet-client/issues/755

Types of changes

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

Documentation

Integration tests

Details

Please provide more details about changes if it is necessary. You can provide code samples showing how they work and possible use cases if there are new features. 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