UiARD Exam QuestionsBrowse all questions from this exam

UiARD 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?

Show Answer
Correct Answer: B,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

13 comments
Sign in to comment
OnlineOption: D
Mar 31, 2023

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

Engineer24Option: D
Apr 5, 2023

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

Mirjalol
Jul 17, 2023

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

Rag_123Option: D
Jun 11, 2023

Answer is D

Aryan12345Option: C
Jul 14, 2023

Activate is the answer

Mirjalol
Jul 17, 2023

Yes, this one is correct :)

Mirjalol
Jul 17, 2023

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

da_ni_Option: D
Mar 21, 2024

I tried on studio

MirjalolOption: C
Jul 17, 2023

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

MirjalolOption: D
Jul 21, 2023

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

atobonOption: D
Jul 25, 2023

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

robert_lovaszOption: D
Jul 26, 2023

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
Jul 26, 2023

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

_BP_Option: D
Jul 31, 2023

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.

phileraeneOption: D
Aug 8, 2023

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

ykwOption: D
Jul 5, 2024

Correct answer should be D