
org.gemini4j.diesel.ScreenshotProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of diesel Show documentation
Show all versions of diesel Show documentation
Screenshot-based UI testing.
The newest version!
package org.gemini4j.diesel;
import java.awt.image.BufferedImage;
public interface ScreenshotProcessor {
void onImage(String screenshotId, final BufferedImage screenshot);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy