A developer has configured the Activity Project Settings for UI automation and a Click activity as shown below. What will be the result of executing the Click activity in Run mode?
A.
Click activity will be executed by the default hardware method.
B.
Click activity will be executed using SimulateClick method.
C.
Click activity will be executed using SendWindowMessages method.
Settings changed in Project Settings take effect if the corresponding property is left blank in the activity.
However, please note that SendWindowMessages and SimulateType are mutually exclusive and selecting them both throws an error at Runtime. So in this scenario, SendWindowMessages is set to True in Project Settings, and SimulateType is set to True directly in the Click activity. Such contradiction will result in an error.
UiPath Documentation
Exam Topic: Describe how to use and configure Activity Project Settings and Libraries.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit