| Type | Name and description |
|---|---|
static java.lang.String |
screenshotDir |
| Type | Name and description |
|---|---|
static boolean |
areMatched(java.lang.String expectedImgPath, java.lang.String actualImgPath, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)Verify two images are matched or not |
static double |
getDifferenceRatio(java.lang.String expected, java.lang.String actual, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)Get percentage of differences between two images |
static boolean |
verifyMatchBaseline(java.lang.String filename, java.lang.String baselinePath, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)Compare an captured image against baseline item |
| Methods inherited from class | Name |
|---|---|
class BaseKeyword |
error, handleError, handleError, handleErrorIf, info, runsOnChrome, runsOnFirefox, runsOnIE, warning |
Verify two images are matched or not
expectedImgPath - the location of expected imageactualImgPath - the location of actual imageGet percentage of differences between two images
expected - location of the expected imageactual - location of the expected imageCompare an captured image against baseline item
filename - name of the captured imagebaselinePath - location of the baseline image