Relative Content

Tag Archive for javaappiumandroid-testing

Appium image comparison with multiple result

I’m trying to make a image comparison with appium images plugin. The thing is that I now that the partial image I’m checking with the actual device screenshot should have multiple coincidences. As far as I read the findImageOccurrence method has an inner method called getMultiple() which should return an List<OccurrenceMatchingResult> with all the coincidences if the OccurrenceMatchingOptions has the enableMultiple() flag activated.