The UIAutomation SDK package contains all activities based on the UIAutomation protocol. You can use these activities directly in your project automation.
Class UIAElement
Activities :
| Wait Until Screen Responds |
Wait until the screen is responsive and then wait until the element can be accessible on the screen. Note: If the target application takes a while to start and if the target element is already available, this activity will return immediately.
| Technical Name |
Type |
Minimal Agent Version |
| waitUntilScreenResponds |
asynchronous
|
WIN-3.24 (WIN for Windows)
|
Input Parameters:
| Name |
Type |
Attributes |
Description |
| timeout |
number |
optional
|
Optional timeout duration for the polling (default is 30000 ms). |
Sample Code:
await myAppli.screens.myScreen.elements.MyItem.waitUntilScreenResponds();
Errors:
| Error Class |
Package |
Description |
| Timeout |
irpa_core |
Timeout reached while waiting for screen to be responsive or waiting element appearance. |
| Technologies |
| UIAUTOMATION |