Is there a way we can compare android images using Android View Client?
Current procedure i am trying is by using python comparison.
Is there a way we can compare android images using Android View Client?
Current procedure i am trying is by using python comparison.
You can use PIL to do the comparison, for example you can use ImageChops.difference().