Is it possible to automate a tablet App in C# using Appium

Hi All,
I have been using Appium to automate Android Apps using Java language. Now, I am working in a new project where we develop Tablet Apps (iOS, Windows & Android) using Xamarin. I wanted to automate these Apps too. I am puzzled whether I am able to automate Xamarin Tablet Apps using C# and Appium. Please guide me if it is possible.

Thanks in Advance.

Came to know that, Appium supports C# too. Not sure about Tablet App.
Thankz.

That’s a rather unclear question. What kind of tablet app do you need to test - iOS tablet app, Android tablet app, Windows 10/mobile tablet app, or all 3?

Appium should be able to deal with the 1st two, and you can use Appium in C#.

But supporting the 3rd (Windows 10/mobile apps) probably requires something like this:

Thank you,@daluu. Your suggestion for Windows app support helped. I meant all the 3 platform tablet apps.
For iOS tablet app and Android tablet app, I used Appium, C#.
For Windows, I needed a tool to automate Windows Desktop App. And I used, Winium-Desktop https://github.com/2gis/Winium.Desktop