| Package | Description |
|---|---|
| com.applitools.connectivity | |
| com.applitools.eyes | |
| com.applitools.eyes.selenium | |
| com.applitools.eyes.services | |
| com.applitools.eyes.visualgrid.services |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnector.matchWindow(TaskListener<MatchResult> listener,
MatchWindowData matchData)
Matches the current window (held by the WebDriver) to the expected
window.
|
| Modifier and Type | Field and Description |
|---|---|
protected MatchResult |
MatchWindowTask.matchResult |
| Modifier and Type | Method and Description |
|---|---|
protected MatchResult |
EyesBase.checkWindowBase(Region region,
ICheckSettingsInternal checkSettingsInternal,
String source) |
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) |
protected MatchResult |
EyesBase.checkWindowBase(Region region,
String tag,
int retryTimeout,
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,
String source)
|
MatchResult |
MatchWindowTask.matchWindow(Trigger[] userInputs,
Region region,
String tag,
boolean shouldRunOnceOnTimeout,
ICheckSettingsInternal checkSettingsInternal,
String source)
Repeatedly obtains an application snapshot and matches it with the next
expected output, until a match is found or the timeout expires.
|
MatchResult |
EyesBase.performMatch(MatchWindowData data) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RunningTest.checkCompleted(CheckTask checkTask,
MatchResult matchResult) |
protected void |
EyesBase.validateResult(MatchResult result) |
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
ClassicRunner0.check(String testId,
MatchWindowData matchWindowData) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckService.matchWindow(String testId,
MatchWindowData data,
ServiceTaskListener<MatchResult> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualGridRunningTest.checkCompleted(CheckTask checkTask,
MatchResult matchResult) |
void |
CheckTask.onComplete(MatchResult matchResult) |
Copyright © 2023. All rights reserved.