UiPath Advanced RPA Developer (UiARD) — Question 93
A developer wanted to use a Click activity which interacts with a minimized window. However, when the process was executed, the robot was not able to click on the element in the window. Which activity property configuration would cause the automation to run only on foreground windows?
Answer options
- A. SendWindowMessages property was enabled in the Click activity
- B. SimulateType property was enabled in the Click activity
- C. Default property selections of the Click activity were used
- D. AlterIfDisabled property was set to False
Correct answer: A
Explanation
The correct answer, A, indicates that enabling the SendWindowMessages property allows the Click activity to interact with the foreground window, resolving the issue with minimized windows. Options B and C do not ensure foreground interaction, while option D relates to element accessibility rather than window focus.