![JAR search and dependency download from the Maven repository](/logo.png)
com.applitools.eyes.GetAccessibilityRegion 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;
import com.applitools.eyes.fluent.GetRegion;
import com.fasterxml.jackson.annotation.JsonIgnore;
import java.util.List;
public interface GetAccessibilityRegion extends GetRegion {
@JsonIgnore
List getRegions(EyesScreenshot screenshot);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy