Exam UiARD All QuestionsBrowse all questions from this exam
Question 180

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: C

    The activity's properties explicitly set SendWindowMessages to False and SimulateType to False. Hence, the Type Into activity will utilize these specific settings instead of the project settings, which dictate other values. Therefore, the activity will use the default method both in Run mode and in Debug mode.

Discussion
sur_bhi123456789Option: C

C is the right answer. If you run it or debug it it will take the priority to the property settongs over project settings

sur_bhi123456789Option: C

C is the right answer. If you run it or debug it it will take the priority to the property settongs over project settings

[Removed]Option: D

Given answer is correct. Uipath consider the activity properties panel over project settings.