Package com.applitools.eyes.selenium
Class Configuration
- java.lang.Object
-
- com.applitools.eyes.config.Configuration
-
- com.applitools.eyes.selenium.Configuration
-
- All Implemented Interfaces:
IConfiguration
public class Configuration extends Configuration
Soon to be deprecated. Please useConfiguration
-
-
Field Summary
-
Fields inherited from class com.applitools.eyes.config.Configuration
appName, baselineEnvName, batch, defaultMatchSettings, ignoreDisplacements, testName, viewportSize
-
-
Constructor Summary
Constructors Constructor Description Configuration()Configuration(Configuration configuration)Configuration(com.applitools.eyes.RectangleSize viewportSize)Configuration(String testName)Configuration(String appName, String testName, com.applitools.eyes.RectangleSize viewportSize)
-
Method Summary
-
Methods inherited from class com.applitools.eyes.config.Configuration
addBrowser, addBrowser, addBrowser, addBrowser, addBrowser, addBrowser, addBrowser, addBrowser, addBrowsers, addDeviceEmulation, addDeviceEmulation, addDeviceEmulation, addDeviceEmulation, addMobileDevice, addMobileDevice, addMobileDevice, addMobileDevice, addMobileDevices, addMobileDevices, addMultiDeviceTarget, addProperty, clearProperties, getAbortIdleTestTimeout, getAccessibilityValidation, getAgentId, getApiKey, getAppName, getAutProxy, getBaselineBranchName, getBaselineEnvName, getBatch, getBranchName, getBrowsersInfo, getContentInset, getCutProvider, getDebugResourceWriter, getDebugScreenshotsPath, getDebugScreenshotsPrefix, getDefaultMatchSettings, getDeviceInfo, getEnablePatterns, getEnvironmentName, getFailureReports, getFeatures, getForceFullPageScreenshot, getHideCaret, getHideScrollbars, getHostApp, getHostingAppInfo, getHostOS, getIgnoreCaret, getIgnoreDisplacements, getIsDisabled, getLayoutBreakpoints, getLayoutBreakpointsOptions, getMatchLevel, getMatchTimeout, getOsInfo, getOverlap, getParentBranchName, getProperties, getProxy, getRotation, getSaveDebugScreenshots, getSaveDiffs, getSaveFailedTests, getSaveNewTests, getScaleRatio, getServerUrl, getSessionType, getStitchMode, getStitchOverlap, getTestName, getUseCeilForViewportSize, getUseDom, getViewportSize, getVisualGridOptions, getWaitBeforeCapture, getWaitBeforeScreenshots, getWebDriverProxy, isCaptureStatusBar, isDefaultLayoutBreakpointsSet, isDisableBrowserFetching, isFeatureActivated, isForceFullPageScreenshot, isRenderingConfig, isSendDom, isUseCookies, isVisualGrid, setAbortIdleTestTimeout, setAccessibilityValidation, setAgentId, setApiKey, setAppName, setAutProxy, setBaselineBranchName, setBaselineEnvName, setBatch, setBranchName, setBrowsersInfo, setCaptureStatusBar, setContentInset, setCutProvider, setDebugResourceWriter, setDebugScreenshotsPath, setDebugScreenshotsPrefix, setDefaultMatchSettings, setDeviceInfo, setDisableBrowserFetching, setEnablePatterns, setEnvironmentName, setFailureReports, setFeatures, setForceFullPageScreenshot, setHideCaret, setHideScrollbars, setHostApp, setHostingAppInfo, setHostOS, setIgnoreCaret, setIgnoreDisplacements, setIsDisabled, setIsVisualGrid, setLayoutBreakpoints, setLayoutBreakpoints, setLayoutBreakpoints, setLayoutBreakpoints, setMatchLevel, setMatchTimeout, setOsInfo, setParentBranchName, setProxy, setRenderingConfig, setRotation, setSaveDebugScreenshots, setSaveDiffs, setSaveFailedTests, setSaveNewTests, setScaleRatio, setSendDom, setServerUrl, setSessionType, setStitchMode, setStitchOverlap, setStitchOverlap, setTestName, setUseCeilForViewportSize, setUseCookies, setUseDom, setViewportSize, setVisualGridOptions, setWaitBeforeCapture, setWaitBeforeScreenshots, setWebDriverProxy, toString
-
-
-
-
Constructor Detail
-
Configuration
public Configuration()
-
Configuration
public Configuration(Configuration configuration)
-
Configuration
public Configuration(com.applitools.eyes.RectangleSize viewportSize)
-
Configuration
public Configuration(String testName)
-
-