UiPath Advanced RPA Developer (UiARD) — Question 69
A developer created an attended process which used UI Automation activities on hidden or minimized windows. While the process is running on the user's machine, the user also needs the ability to use the machine.
Which activity is configured by default to enable interaction with hidden or minimized windows?
Answer options
- A. Type Secure Text
- B. Click
- C. Set Text
- D. Hover
Correct answer: C
Explanation
The correct answer is C, Set Text, as it is designed to allow input to hidden or minimized windows without requiring them to be visible. The other options, such as Click and Hover, typically require the window to be active and visible, making them unsuitable for this scenario.