Interface TestScreenshotComparisonAlgorithm


public interface TestScreenshotComparisonAlgorithm
An algorithm for finding a template subimage (the "needle") in a screenshot (the "haystack"). Comparison algorithms are written to find a subimage, but can also be used to compare two images of equal size (which is a special case of finding). Custom algorithm implementations are allowed.
  • Method Details