com.applitools.ICheckSettingsInternal Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eyes-common-java3 Show documentation
Show all versions of eyes-common-java3 Show documentation
Common code for Applitools Eyes Java SDK projects
package com.applitools;
import com.applitools.eyes.MatchLevel;
import com.applitools.eyes.Region;
import com.applitools.eyes.visualgridclient.model.VisualGridSelector;
import java.util.Map;
public interface ICheckSettingsInternal {
Region getTargetRegion();
int getTimeout();
MatchLevel getMatchLevel();
String getName();
Map getScriptHooks();
String getSizeMode();
Region getRegion();
boolean isSendDom();
void setSizeMode(String sizeMode);
VisualGridSelector GetTargetSelector();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy