User Interface Agent
Purpose
The User Interface Agent manages user-facing interactions and time-based utilities during test execution. It supports popup notifications, execution delays, and time handling to improve test flow control and visibility.
User Interface Agent Blocks
1. Show Popup
Displays a popup message on the user interface.
Properties
Inputs
Parameter Name |
Description |
|---|---|
Message |
Text to display in the popup |
Title |
Optional title of the popup |
Show Popup - input parameter.
Outputs
Output Code |
Description |
|---|---|
0 |
Popup displayed |
1 |
Unable to display popup |
Show Popup - output parameter.
Output Possibilities Configuration
2. Delay
Properties
Inputs
Parameter Name |
Description |
|---|---|
Message |
Text to display in the popup |
Delay - input parameter.
Outputs
Output Code |
Description |
|---|---|
0 |
Delay completed |
1 |
Delay interrupted or failed |
Delay - output parameter.
Output Possibilities Configuration
3. Get Current Timestamp
Properties
Outputs
Output Code |
Description |
|---|---|
0 |
Timestamp retrieved (HH:MM:SS) |
1 |
Unable to retrieve timestamp |
2 |
Error |
Get Current Timestamp - output parameter.
Output Possibilities Configuration
4. Time Convention(HH:MM:SS)
Properties
Inputs
Parameter Name |
Description |
|---|---|
Time (HH:MM:SS) |
Time string to convert or interpret |
Time Convention |
Unit to interpret (hours, minutes, seconds) |
Time Convention - input parameter.
Outputs
Output Code |
Description |
|---|---|
0 |
Time converted successfully |
1 |
Invalid time format |
2 |
Error |
Time Convention - output parameter.
Output Possibilities Configuration
5. Time Convention
Properties
Inputs
Parameter Name |
Description |
|---|---|
Time (HH:MM:SS) |
Time string to convert or interpret |
Time Convention |
Unit to interpret (hours, minutes, seconds) |
Time Convention - input parameter.
Outputs
Output Code |
Description |
|---|---|
0 |
Time converted successfully |
1 |
Invalid time format |
2 |
Error |
Time Convention - output parameter.