@Action(value: waitForAngularLoad) class WaitForAngularLoadKeyword extends WebUIAbstractKeyword
Katalon keyword for waiting until Angular applications are fully loaded and stable. Supports both AngularJS (1.x) and Angular (2+) frameworks. Handles main document and iframe Angular applications with cross-origin security.
Modifiers | Name | Description |
---|---|---|
class |
WaitForAngularLoadKeyword.1 |
Fields inherited from class | Fields |
---|---|
class AbstractKeyword |
logger |
Constructor and description |
---|
WaitForAngularLoadKeyword
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Object |
execute(Object[] params) Main entry point - handles different parameter combinations Supports overloaded calls with timeout and/or failure handling |
|
boolean |
waitForAgularLoad(int timeout, FailureHandling flowControl) Waits until Angular elements loaded in a timeout seconds. |
Methods inherited from class | Name |
---|---|
class WebUIAbstractKeyword |
findWebElement, findWebElement, findWebElementWithoutRetry, findWebElements, findWebElements, getElementWaitingPhases, getSupportLevel, getWebDriver, waitElementInteractable |
class AbstractKeyword |
getBooleanValue, getFailureHandling, getFailureHandling, getOptionalParam, getOptionalParam, getOptionalParam, getParam, getTestObject |
Main entry point - handles different parameter combinations Supports overloaded calls with timeout and/or failure handling
Waits until Angular elements loaded in a timeout
seconds.
timeout
- timeout value in seconds.