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

com.applitools.eyes.fluent.GetFloatingRegion Maven / Gradle / Ivy

The newest version!
package com.applitools.eyes.fluent;

import com.applitools.eyes.EyesScreenshot;
import com.applitools.eyes.FloatingMatchSettings;

import java.util.List;

public interface GetFloatingRegion extends GetRegion {
    List getRegions(EyesScreenshot screenshot);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy