Exam UiARD All QuestionsBrowse all questions from this exam
Question 145

A developer is building an automation which types text into the fields of a web page. The Activity Project Settings for UI Automation Classic activities are set as follows:

The developer has configured the properties of a Type Into activity as follows:

What is the behavior of the Type Into activity when executing the workflow?

    Correct Answer: B

    The Type Into activity will use the default settings both in Run mode and in Debug mode. The project settings have the SendWindowMessages and SimulateType options set to False for both run and debug values. Additionally, the properties of the Type Into activity itself do not have SimulateType or SendWindowMessages selected. Therefore, the default typing method will be used in both modes.

Discussion
LarcAi_TrainingOption: D

The given answer is correct