Exam UiARD All QuestionsBrowse all questions from this exam
Question 157

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?

    Correct Answer: C

    The Default property selections of the Click activity would cause the automation to run only on foreground windows. By default, the Click activity does not use background-compatible methods like 'SendWindowMessages' or 'SimulateType' which are necessary for interacting with minimized windows or applications running in the background.

Discussion
sur_bhi123456789Option: C

correct ans. is C

[Removed]Option: C

Default properties does not work in background. Selecting Send Windows Message or Simulate Type will work on background, so the answer is C