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

com.applitools.eyes.capture.ScreenshotProvider Maven / Gradle / Ivy

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

import com.applitools.eyes.logging.Stage;

import java.awt.image.BufferedImage;

public interface ScreenshotProvider {
    BufferedImage getViewPortScreenshot(Stage stage);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy