| Package | Description |
|---|---|
| com.applitools | |
| com.applitools.eyes | |
| com.applitools.eyes.fluent | |
| com.applitools.eyes.visualgrid.services |
| Modifier and Type | Method and Description |
|---|---|
ICheckSettings |
ICheckSettings.accessibility(Region region,
AccessibilityRegionType regionType) |
ICheckSettings |
ICheckSettings.beforeRenderScreenshotHook(String scriptHook) |
ICheckSettings |
ICheckSettings.content()
Shortcut to set the match level to
MatchLevel.CONTENT. |
ICheckSettings |
ICheckSettings.content(Region[] regions)
Adds one or more content regions.
|
ICheckSettings |
ICheckSettings.content(Region region,
Region... regions)
Adds one or more content regions.
|
ICheckSettings |
ICheckSettings.enablePatterns() |
ICheckSettings |
ICheckSettings.enablePatterns(Boolean enablePatterns) |
ICheckSettings |
ICheckSettings.exact()
Shortcut to set the match level to
MatchLevel.EXACT. |
ICheckSettings |
ICheckSettings.floating(int maxOffset,
Region... regions)
Adds a floating region.
|
ICheckSettings |
ICheckSettings.floating(Region region,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset)
Adds a floating region.
|
ICheckSettings |
ICheckSettings.fully()
Defines that the screenshot will contain the entire element or region, even if it's outside the view.
|
ICheckSettings |
ICheckSettings.fully(Boolean fully)
Defines whether the screenshot will contain the entire element or region, even if it's outside the view.
|
ICheckSettings |
ICheckSettings.ignore(Region[] regions)
Adds one or more ignore regions.
|
ICheckSettings |
ICheckSettings.ignore(Region region,
Region... regions)
Adds one or more ignore regions.
|
ICheckSettings |
ICheckSettings.ignoreCaret()
Defines to ignore a blinking caret in the screenshot.
|
ICheckSettings |
ICheckSettings.ignoreCaret(Boolean ignoreCaret)
Defines if to detect and ignore a blinking caret in the screenshot.
|
ICheckSettings |
ICheckSettings.ignoreDisplacements() |
ICheckSettings |
ICheckSettings.ignoreDisplacements(Boolean ignoreDisplacements) |
ICheckSettings |
ICheckSettings.layout()
Shortcut to set the match level to
MatchLevel.LAYOUT. |
ICheckSettings |
ICheckSettings.layout(Region[] regions)
Adds one or more layout regions.
|
ICheckSettings |
ICheckSettings.layout(Region region,
Region... regions)
Adds one or more layout regions.
|
ICheckSettings |
ICheckSettings.matchLevel(MatchLevel matchLevel)
Set the match level by which to compare the screenshot.
|
ICheckSettings |
ICheckSettings.scriptHook(String scriptHook) |
ICheckSettings |
ICheckSettings.sendDom() |
ICheckSettings |
ICheckSettings.sendDom(Boolean sendDom) |
ICheckSettings |
ICheckSettingsInternal.setDisableBrowserFetching(Boolean disableBrowserFetching) |
ICheckSettings |
ICheckSettings.strict()
Shortcut to set the match level to
MatchLevel.STRICT. |
ICheckSettings |
ICheckSettings.strict(Region[] regions)
Adds one or more strict regions.
|
ICheckSettings |
ICheckSettings.strict(Region region,
Region... regions)
Adds one or more strict regions.
|
ICheckSettings |
ICheckSettings.timeout(Integer timeoutMilliseconds)
Defines the timeout to use when acquiring and comparing screenshots.
|
ICheckSettings |
ICheckSettings.useDom(Boolean useDom) |
ICheckSettings |
ICheckSettings.visualGridOptions(VisualGridOption... options) |
ICheckSettings |
ICheckSettings.withName(String name)
A setter for the checkpoint name.
|
| Modifier and Type | Method and Description |
|---|---|
protected MatchResult |
EyesBase.checkWindowBase(Region region,
ICheckSettings checkSettings,
String source)
Takes a snapshot of the application under test and matches it with the
expected output.
|
protected MatchResult |
EyesBase.checkWindowBase(Region region,
String tag,
ICheckSettings checkSettings) |
abstract CheckTask |
RunningTest.issueCheck(ICheckSettings checkSettings,
List<VisualGridSelector[]> regionSelectors,
String source) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckSettings |
| Modifier and Type | Method and Description |
|---|---|
ICheckSettings |
CheckSettings.accessibility(Region region,
AccessibilityRegionType regionType) |
ICheckSettings |
CheckSettings.beforeRenderScreenshotHook(String hook) |
ICheckSettings |
ICheckSettingsInternal.beforeRenderScreenshotHook(String hook) |
ICheckSettings |
CheckSettings.content()
Shortcut to set the match level to
MatchLevel.CONTENT. |
ICheckSettings |
CheckSettings.content(Region[] regions)
Adds one or more content regions.
|
ICheckSettings |
CheckSettings.content(Region region,
Region... regions)
Adds one or more content regions.
|
ICheckSettings |
CheckSettings.enablePatterns() |
ICheckSettings |
CheckSettings.enablePatterns(Boolean enablePatterns) |
ICheckSettings |
CheckSettings.exact()
Shortcut to set the match level to
MatchLevel.EXACT. |
ICheckSettings |
CheckSettings.floating(int maxOffset,
Region... regions)
Adds a floating region.
|
ICheckSettings |
CheckSettings.floating(Region region,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset)
Adds a floating region.
|
ICheckSettings |
CheckSettings.fully()
Defines that the screenshot will contain the entire element or region, even if it's outside the view.
|
ICheckSettings |
CheckSettings.fully(Boolean fully)
Defines whether the screenshot will contain the entire element or region, even if it's outside the view.
|
ICheckSettings |
CheckSettings.ignore(Region[] regions)
Adds one or more ignore regions.
|
ICheckSettings |
CheckSettings.ignore(Region region,
Region... regions)
Adds one or more ignore regions.
|
ICheckSettings |
CheckSettings.ignoreCaret()
Defines to ignore a blinking caret in the screenshot.
|
ICheckSettings |
CheckSettings.ignoreCaret(Boolean ignoreCaret)
Defines if to detect and ignore a blinking caret in the screenshot.
|
ICheckSettings |
CheckSettings.ignoreDisplacements() |
ICheckSettings |
CheckSettings.ignoreDisplacements(Boolean ignoreDisplacements) |
ICheckSettings |
CheckSettings.layout()
Shortcut to set the match level to
MatchLevel.LAYOUT. |
ICheckSettings |
CheckSettings.layout(Region[] regions)
Adds one or more layout regions.
|
ICheckSettings |
CheckSettings.layout(Region region,
Region... regions)
Adds one or more layout regions.
|
ICheckSettings |
CheckSettings.matchLevel(MatchLevel matchLevel)
Set the match level by which to compare the screenshot.
|
ICheckSettings |
CheckSettings.ocrRegion(BaseOcrRegion ocrRegion) |
ICheckSettings |
CheckSettings.scriptHook(String hook)
Deprecated.
|
ICheckSettings |
ICheckSettingsInternal.scriptHook(String hook)
Deprecated.
|
ICheckSettings |
CheckSettings.sendDom() |
ICheckSettings |
CheckSettings.sendDom(Boolean sendDom) |
ICheckSettings |
CheckSettings.setDisableBrowserFetching(Boolean disableBrowserFetching) |
ICheckSettings |
CheckSettings.strict()
Shortcut to set the match level to
MatchLevel.STRICT. |
ICheckSettings |
CheckSettings.strict(Region[] regions)
Adds one or more strict regions.
|
ICheckSettings |
CheckSettings.strict(Region region,
Region... regions)
Adds one or more strict regions.
|
ICheckSettings |
CheckSettings.timeout(Integer timeoutMilliseconds)
Defines the timeout to use when acquiring and comparing screenshots.
|
ICheckSettings |
CheckSettings.useDom(Boolean useDom) |
ICheckSettings |
CheckSettings.variationGroupId(String variationGroupId) |
ICheckSettings |
CheckSettings.visualGridOptions(VisualGridOption... options) |
ICheckSettings |
CheckSettings.withName(String name)
A setter for the checkpoint name.
|
| Modifier and Type | Method and Description |
|---|---|
ICheckSettings |
CheckTask.getCheckSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
IEyes.check(ICheckSettings... checkSettings) |
void |
IEyes.check(ICheckSettings checkSettings) |
void |
IEyes.check(String testName,
ICheckSettings checkSettings) |
CheckTask |
VisualGridRunningTest.issueCheck(ICheckSettings checkSettings,
List<VisualGridSelector[]> regionSelectors,
String source) |
| Constructor and Description |
|---|
CheckTask(VisualGridRunningTest runningTest,
ICheckSettings checkSettings,
List<VisualGridSelector[]> regionSelectors,
String source) |
Copyright © 2022. All rights reserved.