appium / dotnet-client

Extension to the official Selenium dotnet webdriver
Apache License 2.0
381 stars 187 forks source link

test: Add tests for W3C Actions #716

Closed Dor-bl closed 9 months ago

Dor-bl commented 9 months ago

List of changes

Added Tests for W3C Actions, afterward we can remove the entire deprecated touch classes.

related to https://github.com/appium/dotnet-client/issues/712

@laolubenson, Maybe the test class name can be improved, WDYT? another point to consider is how we are going to handle the ambiguous issue users will probably face.

using static OpenQA.Selenium.Interactions.PointerInputDevice;
using PointerInputDevice = OpenQA.Selenium.Appium.Interactions.PointerInputDevice;

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. 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

Dor-bl commented 9 months ago

Compile error? (the test code itself looks good to me)

Odd. Maybe I need to merge latest changes from main