UI Activities - Designer - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external - Hyland-RPA/Designer/Foundation-23.2/Hyland-RPA-Designer/UI-Interaction/UI-Activities - 2025-04-03

Hyland RPA Designer

Platform
Hyland RPA
Product
Designer
Release
Foundation 23.2
License

Activities targeting the UI elements can be divided into two categories, input providing or output getting.

Input

Activity Description
Activate Element Performs activating an element such as a radio button.
Bring to Foreground Indicates an element and brings the window to the foreground in which this element is integrated.
Toggle Element Toggles an element (for example, switch).
Check Element Performs checking an element such as a check-box.
Expand Element Expands an element like a tree element or a combo box.
Select Drop-down Element Performs the selection of an element in a drop-down element.
Click Element Performs a click interaction on an element.
Set Text Write a text into a text field.
Press Key Performs a key press.
Press Hotkey Performs simultaneously multiple key presses (hotkeys).
Wait Element Appear Waits a defined time for a certain element to appear as a base for a decision. The user can define whether the appearance is coded with true or false.
Wait Element Vanish Waits a defined time for a certain element to vanish as a base for a decision.

Output

Activity Description
Find Elements Finds the child or descendant elements from a given target that matches the specified selector.
Get all UI Elements Gets all UI Elements matching the given selector value.
Get Element Gets an indicated element.
Get Text Reads out an element and saves the text.
Take Element Screenshot Takes a screenshot of an element.