Exam UiARD All QuestionsBrowse all questions from this exam
Question 14

A developer wanted to use a Type Into activity which interacts with hidden or minimized windows. However, the process was only able to run on foreground windows. Which activity property configuration would cause the automation to run only on foreground windows?

    Correct Answer: D

    When the Default property selections of the Type Into activity are used, the automation runs only on foreground windows. This is because the default input method, which uses hardware events, requires the UI elements to be in the foreground to interact with them.

Discussion
OnlineOption: D

https://docs.uipath.com/studio/standalone/2022.10/user-guide/input-methods

Engineer24Option: D

The Correct Answer is D Only Default (Hardware Events) works in Foreground.

Mirjalol

Hahaha, nope! 'Default method is the slowest, it CANNOT work in the background...' just read question and definition of Default property.

da_ni_Option: D

I tried on studio

Mirjalol

Guys, do not trust on comments, most of people do not even know what they are answering! Just make research on your own!

Aryan12345Option: C

Activate is the answer

Mirjalol

Yes, this one is correct :)

Rag_123Option: D

Answer is D

ykwOption: D

Correct answer should be D

phileraeneOption: D

D : Activate is enabled by default and "use app/browser " use hardware events by default so all depending activity use the same input method and need a foreground window

_BP_Option: D

Activate would be enabled by default and the specified UI element is brought to the foreground and activated before the text is written. Answer is D.

robert_lovaszOption: D

Input methods with Default setting can only work in background. WindowsMessage and SimulateType both can work in foreground. "Activity property" does not exist, that sentence is a baloney

robert_lovasz

I meant to say Input method Default work in foreground and the other two in background :D I just mixed up :D

atobonOption: D

D is the answer. in that case, D means all the above.

MirjalolOption: D

I am sorry guys, answer should be D, not C. If activate is DISABLED, it means bot does not bring action foreground (means it stays in background). When you leave default for simulatetype and sendwindowsmessage properties, it means bot CANNOT perform in background (meaning that it performs in foreground) Correct me if I am wrong. Admin please remove my initial answer

MirjalolOption: C

Answer is C. Activate property of type into activity - When this check box is selected, the specified UI element is brought to foreground