| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.eyes.triggers |
| Modifier and Type | Method and Description |
|---|---|
Trigger[] |
MatchWindowData.getUserInputs() |
Trigger[] |
MatchWindowData.Options.getUserInputs() |
protected Trigger[] |
EyesBase.getUserInputs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EyesBase.addUserInput(Trigger trigger)
Adds a trigger to the current list of user inputs.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected MatchWindowData |
EyesBase.prepareForMatch(ICheckSettingsInternal checkSettingsInternal,
List<Trigger> userInputs,
AppOutput appOutput,
String tag,
boolean replaceLast,
ImageMatchSettings imageMatchSettings,
String renderId,
String source)
Creates the match model
|
| Constructor and Description |
|---|
MatchWindowData(RunningSession runningSession,
Trigger[] userInputs,
AppOutput appOutput,
String tag,
boolean ignoreMismatch,
MatchWindowData.Options options,
Object agentSetup,
String renderId) |
Options(String name,
Trigger[] userInputs,
boolean replaceLast,
boolean ignoreMismatch,
boolean ignoreMatch,
boolean forceMismatch,
boolean forceMatch,
ImageMatchSettings imageMatchSettings,
String source,
String variantId,
String renderId) |
| Modifier and Type | Class and Description |
|---|---|
class |
MouseTrigger
Encapsulates a mouse trigger.
|
class |
TextTrigger
Encapsulates a text input by the user.
|
Copyright © 2022. All rights reserved.