Exam UiARD All QuestionsBrowse all questions from this exam
Question 181

A developer wants to create an attended process which uses 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 to look up items in a desktop application.

Which activity is configured by default to enable interaction with hidden or minimized windows?

    Correct Answer: A

    The Select Item activity is configured by default to enable interaction with hidden or minimized windows. This is because the SimulateClick property is enabled by default, allowing it to interact with the UI elements even when they are not visible.

Discussion
Engineer24Option: A

Select item: NOTE: This activity uses the SimulateClick property by default and can not be changed, which means disabled elements are altered by default. Change the value of AlterIfDisabled to false for no interaction with disabled elements.

sur_bhi123456789Option: A

Select item works in background by default

[Removed]Option: A

Answer is A. Select item works in background by default

Mitzan23Option: A

The answer here is A. It's by default that Select item works in background.

LarcAi_TrainingOption: C

The given answer is correct