com.applitools.eyes.selenium.IConfigurationGetter 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.eyes.selenium;
import com.applitools.eyes.config.Configuration;
import com.applitools.eyes.visualgridclient.model.RenderBrowserInfo;
import java.util.List;
public interface IConfigurationGetter extends com.applitools.eyes.config.IConfigurationGetter {
boolean getForceFullPageScreenshot();
int getWaitBeforeScreenshots();
StitchMode getStitchMode();
boolean getHideScrollbars();
boolean getHideCaret();
List getBrowsersInfo();
boolean isThrowExceptionOn();
String getTestName();
boolean isRenderingConfig();
Configuration cloneConfig();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy