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