class WebUIKeywordMain extends Object
Constructor and description |
---|
WebUIKeywordMain
() |
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 Object |
runKeyword(Closure closure, Closure failedClosure, FailureHandling flowControl, boolean takeScreenShot, String errorMessage) |
|
static Object |
runKeyword(Closure closure, Closure failedClosure, 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 |
runKeywordUntilTimeout(SeleniumActionRetryController.RetryableAction action, FailureHandling flowControl, TakeScreenshotOption takeScreenshotOption, String errorMessage) Retries the given action until the timeout is reached. |
|
static Object |
runKeywordUntilTimeout(Closure closure, FailureHandling flowControl, TakeScreenshotOption takeScreenshotOption, String errorMessage, int timeoutInSeconds) Retries the given action until the timeout is reached. |
|
static int |
runKeywordUntilTimeoutAndReturnInt(Closure closure, FailureHandling flowControl, TakeScreenshotOption takeScreenShotOption, String errorMessage) |
|
static Object |
stepFailed(String message, FailureHandling flHandling, Throwable t, boolean takeScreenShot) |
|
static Object |
stepFailedWithReason(String message, FailureHandling flHandling, String reason, boolean takeScreenShot) |
Retries the given action until the timeout is reached. if no timeout is specified, it will use the default timeout
Retries the given action until the timeout is reached.