All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
Configuration |
addBrowser(ChromeEmulationInfo chromeEmulationInfo) |
Configuration |
addBrowser(DesktopBrowserInfo desktopBrowserInfo) |
Configuration |
addBrowser(int width,
int height,
com.applitools.eyes.selenium.BrowserType browserType) |
Configuration |
addBrowser(int width,
int height,
com.applitools.eyes.selenium.BrowserType browserType,
String baselineEnvName) |
Configuration |
addBrowser(IosDeviceInfo iosDeviceInfo) |
Configuration |
addBrowser(RenderBrowserInfo renderBrowserInfo) |
Configuration |
addBrowsers(IRenderingBrowserInfo... browserInfos) |
Configuration |
addDeviceEmulation(DeviceName deviceName) |
Configuration |
addDeviceEmulation(DeviceName deviceName,
ScreenOrientation orientation) |
Configuration |
addDeviceEmulation(DeviceName deviceName,
ScreenOrientation orientation,
String baselineEnvName) |
Configuration |
addDeviceEmulation(DeviceName deviceName,
String baselineEnvName) |
void |
addProperty(String name,
String value) |
void |
clearProperties() |
Integer |
getAbortIdleTestTimeout() |
AccessibilitySettings |
getAccessibilityValidation() |
String |
getAgentId() |
String |
getApiKey() |
String |
getAppName() |
String |
getBaselineBranchName() |
String |
getBaselineEnvName() |
BatchInfo |
getBatch() |
String |
getBranchName() |
List<RenderBrowserInfo> |
getBrowsersInfo() |
CutProvider |
getCutProvider() |
IDebugResourceWriter |
getDebugResourceWriter() |
String |
getDebugScreenshotsPath() |
String |
getDebugScreenshotsPrefix() |
ImageMatchSettings |
getDefaultMatchSettings() |
String |
getDeviceInfo() |
Boolean |
getEnablePatterns() |
String |
getEnvironmentName() |
FailureReports |
getFailureReports()
Deprecated.
|
List<Feature> |
getFeatures() |
Boolean |
getForceFullPageScreenshot() |
Boolean |
getHideCaret() |
Boolean |
getHideScrollbars() |
String |
getHostApp() |
String |
getHostingAppInfo() |
String |
getHostOS() |
Boolean |
getIgnoreCaret() |
Boolean |
getIgnoreDisplacements() |
Boolean |
getIsDisabled() |
List<Integer> |
getLayoutBreakpoints() |
MatchLevel |
getMatchLevel() |
Integer |
getMatchTimeout() |
String |
getOsInfo() |
String |
getParentBranchName() |
List<PropertyData> |
getProperties() |
AbstractProxySettings |
getProxy() |
Integer |
getRotation() |
Boolean |
getSaveDebugScreenshots() |
Boolean |
getSaveDiffs() |
Boolean |
getSaveFailedTests() |
Boolean |
getSaveNewTests() |
Double |
getScaleRatio() |
URI |
getServerUrl() |
SessionType |
getSessionType() |
StitchMode |
getStitchMode() |
Integer |
getStitchOverlap() |
String |
getTestName() |
Boolean |
getUseDom() |
RectangleSize |
getViewportSize() |
List<VisualGridOption> |
getVisualGridOptions() |
Integer |
getWaitBeforeScreenshots() |
Boolean |
isCaptureStatusBar() |
Boolean |
isDefaultLayoutBreakpointsSet() |
Boolean |
isDisableBrowserFetching() |
boolean |
isFeatureActivated(Feature feature) |
Boolean |
isForceFullPageScreenshot() |
Boolean |
isRenderingConfig() |
Boolean |
isSendDom() |
Boolean |
isUseCookies() |
Boolean |
isVisualGrid() |
Configuration |
setAbortIdleTestTimeout(Integer abortIdleTestTimeout) |
Configuration |
setAccessibilityValidation(AccessibilitySettings accessibilitySettings) |
Configuration |
setAgentId(String agentId) |
Configuration |
setApiKey(String apiKey) |
Configuration |
setAppName(String appName) |
Configuration |
setBaselineBranchName(String baselineBranchName) |
Configuration |
setBaselineEnvName(String baselineEnvName) |
Configuration |
setBatch(BatchInfo batch) |
Configuration |
setBranchName(String branchName) |
Configuration |
setBrowsersInfo(List<RenderBrowserInfo> browsersInfo) |
void |
setCaptureStatusBar(Boolean captureStatusBar) |
Configuration |
setCutProvider(CutProvider cutProvider) |
Configuration |
setDebugResourceWriter(IDebugResourceWriter debugResourceWriter) |
Configuration |
setDebugScreenshotsPath(String debugScreenshotsPath) |
Configuration |
setDebugScreenshotsPrefix(String debugScreenshotsPrefix) |
Configuration |
setDefaultMatchSettings(ImageMatchSettings defaultMatchSettings) |
Configuration |
setDeviceInfo(String deviceInfo) |
Configuration |
setDisableBrowserFetching(Boolean disableBrowserFetching) |
Configuration |
setEnablePatterns(Boolean enablePatterns) |
Configuration |
setEnvironmentName(String environmentName) |
Configuration |
setFailureReports(FailureReports failureReports)
Deprecated.
|
Configuration |
setFeatures(Feature feature,
Feature... features)
Sets features to for the Eyes test.
|
Configuration |
setForceFullPageScreenshot(boolean forceFullPageScreenshot) |
Configuration |
setHideCaret(boolean hideCaret) |
Configuration |
setHideScrollbars(boolean hideScrollbars) |
Configuration |
setHostApp(String hostApp) |
Configuration |
setHostingAppInfo(String hostingAppInfo) |
Configuration |
setHostOS(String hostOS) |
Configuration |
setIgnoreCaret(Boolean value)
Sets the ignore blinking caret value.
|
Configuration |
setIgnoreDisplacements(Boolean isIgnoreDisplacements) |
Configuration |
setIsDisabled(Boolean isDisabled) |
Configuration |
setIsVisualGrid(Boolean isVisualGrid) |
Configuration |
setLayoutBreakpoints(Boolean shouldSet) |
Configuration |
setLayoutBreakpoints(int... breakpoints) |
Configuration |
setMatchLevel(MatchLevel matchLevel) |
Configuration |
setMatchTimeout(Integer matchTimeout) |
Configuration |
setOsInfo(String osInfo) |
Configuration |
setParentBranchName(String parentBranchName) |
Configuration |
setProxy(AbstractProxySettings proxy) |
Configuration |
setRenderingConfig(Boolean renderingConfig) |
Configuration |
setRotation(Integer rotation) |
Configuration |
setSaveDebugScreenshots(Boolean saveDebugScreenshots) |
Configuration |
setSaveDiffs(Boolean saveDiffs) |
Configuration |
setSaveFailedTests(Boolean saveFailedTests) |
Configuration |
setSaveNewTests(Boolean saveNewTests) |
Configuration |
setScaleRatio(Double scaleRatio) |
Configuration |
setSendDom(Boolean sendDom) |
Configuration |
setServerUrl(String serverUrl) |
Configuration |
setSessionType(SessionType sessionType) |
Configuration |
setStitchMode(StitchMode stitchMode) |
Configuration |
setStitchOverlap(Integer stitchOverlap) |
Configuration |
setTestName(String testName) |
Configuration |
setUseCookies(Boolean useCookies) |
Configuration |
setUseDom(Boolean useDom) |
Configuration |
setViewportSize(RectangleSize viewportSize) |
Configuration |
setVisualGridOptions(VisualGridOption option,
VisualGridOption... options) |
Configuration |
setWaitBeforeScreenshots(int waitBeforeScreenshots) |
String |
toString() |