Exam UiARD All QuestionsBrowse all questions from this exam
Question 104

A developer plans to build a process that will use a Type Into activity to interact with hidden or minimized windows on an employee's machine. To ensure the UI automation runs in the background, which activity property should be enabled?

    Correct Answer: A

    To allow a Type Into activity to interact with hidden or minimized windows and ensure that the UI automation runs in the background, the 'SendWindowMessages' property should be enabled. This property allows the interaction to send the text directly to the target application window even if it is not visible, making it ideal for background automation scenarios.

Discussion
LarcAi_TrainingOption: A

SendWindows messages can work in the background

bhaskar5a5Option: A

Ans : A

MirjalolOption: A

A is the right one