Some commercial cloud based solutions popping up e.g. https://applitools.com/resources/ Open source: https://www.npmjs.com/package/protractor-image-comparison Image comparison in Automated Testing
Category: Appium
Useful if simplistic info in below link however still using page model… Cross platform testing example for Android and iOS using Appium Snippet: Another solution is to use the annotations @AndroidFindBy and @iOSFindBy. With this you can have the same element in the page object class with both annotations and thereby different locators for the […]