All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.applitools.eyes.EyesScreenshotFactory Maven / Gradle / Ivy

There is a newer version: 2.57
Show newest version
package com.applitools.eyes;

import java.awt.image.BufferedImage;

/**
 * Encapsulates the instantiation of an EyesScreenshot object.
 */
interface EyesScreenshotFactory {
    EyesScreenshot makeScreenshot(BufferedImage image);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy