com.applitools.eyes.fluent.GetFloatingRegion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-sdk-core-java3 Show documentation
Show all versions of eyes-sdk-core-java3 Show documentation
Applitools Eyes SDK base for Java
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);
}