public class MatchWindowData extends Object
| Constructor and Description |
|---|
MatchWindowData(Trigger[] userInputs,
AppOutput appOutput,
String tag,
boolean ignoreMismatch,
com.applitools.eyes.MatchWindowData.Options options) |
| Modifier and Type | Method and Description |
|---|---|
AppOutput |
getAppOutput() |
boolean |
getIgnoreMismatch() |
com.applitools.eyes.MatchWindowData.Options |
getOptions() |
String |
getTag() |
Trigger[] |
getUserInputs() |
public MatchWindowData(Trigger[] userInputs, AppOutput appOutput, String tag, boolean ignoreMismatch, com.applitools.eyes.MatchWindowData.Options options)
userInputs - A list of triggers between the previous matchWindow
call and the current matchWindow call. Can be array
of size 0, but MUST NOT be null.appOutput - The appOutput for the current matchWindow call.tag - The tag of the window to be matched.Copyright © 2017. All rights reserved.