Type | Name and description |
---|---|
static java.lang.String |
API_KEY |
static java.util.List<int[]> |
APPLITOOLS_VIEW_PORT |
static java.lang.String |
APPNAME |
static com.applitools.eyes.MatchLevel |
MATCH_LEVEL |
static java.lang.String |
RESULT_MESSAGE |
static com.kms.katalon.core.setting.BundleSettingStore |
bundleSetting |
Type | Name and description |
---|---|
static com.applitools.eyes.RectangleSize |
getViewport(int width, int height) Get a RectangleSize object from a specific width and height. |
static void |
handleResult(java.util.List<com.applitools.eyes.TestResults> results) Handle the result and thrown exception (if any) from the list of returned results (TestResults). |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Get a RectangleSize object from a specific width and height.
width
- The widthheight.
- The heightHandle the result and thrown exception (if any) from the list of returned results (TestResults).
results
- The list of returned results (TestResults).