Add possibility to calculate screenshots overlap score + several helpers by mykola-mokhnach · Pull Request #595 · appium/java-client
Change list
This feature has been asked by several users, so I've just nicely decorated the code we use in our own automation framework and added it to the client.
Types of changes
- No changes in production code.
- Bugfix (non-breaking change which fixes an issue)
- [ x ] New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
Details
Screenshots comparison algorithm itself is based on standard opencv calls. That is why the library has been added to Gradle config as a dependency.