Methods
| Type Params |
Return Type |
Name and description |
|
static Object |
runKeyword(Closure closure, com.kms.katalon.core.model.FailureHandling flowControl, boolean takeScreenShot, String errorMessage)
|
|
static Object |
runKeyword(Closure closure, com.kms.katalon.core.model.FailureHandling flowControl, com.kms.katalon.core.model.TakeScreenshotOption takeScreenShotOption, String errorMessage)
|
|
static int |
runKeywordAndReturnInt(Closure closure, com.kms.katalon.core.model.FailureHandling flowControl, boolean takeScreenShot, String errorMessage)
|
|
static int |
runKeywordAndReturnInt(Closure closure, com.kms.katalon.core.model.FailureHandling flowControl, com.kms.katalon.core.model.TakeScreenshotOption takeScreenShotOption, String errorMessage)
|
|
static Object |
stepFailed(String message, com.kms.katalon.core.model.FailureHandling flHandling, Throwable t, boolean takeScreenShot)
|