appium / dotnet-client

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

chore: Removal of obsolete CloseApp #773

Closed Dor-bl closed 2 months ago

Dor-bl commented 2 months ago

List of changes

Remove CloseApp from AppiumDriverCommand and move it to WindowsDriverCommand since we have no other option for the time being. (TerminateApp is not implemented on the WinAppDriver side)

Replaced all usages of CloseApp with TerminateApp in the Integration Tests

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 necessary. If there are new features, you can provide code samples showing how 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