As i read about Appium, there is a feature named "Image Comparison" that let me compare images automatically: https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/image-comparison.md
Is there anyway i can use it in my C# client code to compare my Screenshot?
If WinAppDriver hasn't supported it yet. Is there any option i can compare the Screenshot in my automation test cases?