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

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

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

/**
 * Encapsulates a callback which returns an application output.
 */
public interface AppOutputProvider {
    AppOutputWithScreenshot getAppOutput(
            RegionProvider regionProvider, EyesScreenshot lastScreenshot);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy