| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.eyes.fluent |
| Modifier and Type | Method and Description |
|---|---|
protected MatchResult |
EyesBase.checkWindowBase(RegionProvider regionProvider,
String tag,
boolean ignoreMismatch,
ICheckSettings checkSettings)
Takes a snapshot of the application under test and matches it with the
expected output.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckSettings
The Match settings object to use in the various Eyes.Check methods.
|
| Modifier and Type | Method and Description |
|---|---|
ICheckSettings |
ICheckSettings.content()
Shortcut to set the match level to
MatchLevel.CONTENT. |
ICheckSettings |
CheckSettings.content()
Shortcut to set the match level to
MatchLevel.CONTENT. |
ICheckSettings |
ICheckSettings.exact()
Shortcut to set the match level to
MatchLevel.EXACT. |
ICheckSettings |
CheckSettings.exact()
Shortcut to set the match level to
MatchLevel.EXACT. |
ICheckSettings |
ICheckSettings.floating(int maxOffset,
Region... regions)
Adds a floating region.
|
ICheckSettings |
CheckSettings.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 |
CheckSettings.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 |
CheckSettings.fully()
Defines that 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 |
CheckSettings.ignore(Region... regions)
Adds one or more ignore regions.
|
ICheckSettings |
ICheckSettings.ignoreCaret()
Defines to ignore a blinking caret in the screenshot.
|
ICheckSettings |
CheckSettings.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 |
CheckSettings.ignoreCaret(boolean ignoreCaret)
Defines if to detect and ignore a blinking caret in the screenshot.
|
ICheckSettings |
ICheckSettings.layout()
Shortcut to set the match level to
MatchLevel.LAYOUT. |
ICheckSettings |
CheckSettings.layout()
Shortcut to set the match level to
MatchLevel.LAYOUT. |
ICheckSettings |
ICheckSettings.matchLevel(MatchLevel matchLevel)
Set the match level by which to compare the screenshot.
|
ICheckSettings |
CheckSettings.matchLevel(MatchLevel matchLevel)
Set the match level by which to compare the screenshot.
|
static ICheckSettings |
CheckTarget.region(Region rect) |
ICheckSettings |
ICheckSettings.strict()
Shortcut to set the match level to
MatchLevel.STRICT. |
ICheckSettings |
CheckSettings.strict()
Shortcut to set the match level to
MatchLevel.STRICT. |
ICheckSettings |
ICheckSettings.timeout(int timeoutMilliseconds)
Defines the timeout to use when acquiring and comparing screenshots.
|
ICheckSettings |
CheckSettings.timeout(int timeoutMilliseconds)
Defines the timeout to use when acquiring and comparing screenshots.
|
static ICheckSettings |
CheckTarget.window() |
Copyright © 2017. All rights reserved.