@com.kms.katalon.core.annotation.internal.Action(value: waitForJQueryLoad) class WaitForJQueryLoadKeyword extends WebUIAbstractKeyword
| Modifiers | Name | Description |
|---|---|---|
class |
WaitForJQueryLoadKeyword.1 |
| Constructor and description |
|---|
WaitForJQueryLoadKeyword
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
Object |
execute(Object[] params) |
|
boolean |
waitForJQueryLoad(int timeout, com.kms.katalon.core.model.FailureHandling flowControl)Waits until jQuery loaded in a timeout seconds. |
| Methods inherited from class | Name |
|---|---|
class WebUIAbstractKeyword |
findWebElement, findWebElement, findWebElementWithoutRetry, findWebElements, findWebElements, getElementWaitingPhases, getSupportLevel, getWebDriver, waitElementInteractable |
Waits until jQuery loaded in a timeout seconds.
timeout - timeout value in seconds.