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

Hyland RPA Designer

Platform
Hyland RPA
Product
Designer
Release
Foundation 24.1
License

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

Input

Activity Description
Activate Element Activates an element, such as a radio button.
Bring to Foreground Indicates an element and brings the window in which this element is integrated to the foreground.
Toggle Element Toggles an element, such as a switch.
Check Element Checks an element, such as a check-box.
Expand Element Expands an element such as a tree element or a combo box.
Select Drop-down Element Selects an element in a drop-down list.
Click Element Clicks on an element.
Set Text Writes a text into a text field.
Press Key Performs a keystroke.
Press Hotkey Performs multiple keystrokes (hotkeys) simultaneously.
Wait Element Appear Waits a specified amount of time for a particular element to appear as a basis for a decision. The user can define whether the appearance is coded as true or false.
Wait Element Vanish Waits a specified amount of time for a particular element to disappear as the basis for a decision.

Output

Activity Description
Find Elements Finds the child or descendant elements of a given target that match the specified selector.
Get all UI Elements Gets all of the UI elements that match 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.