UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 22


A developer wants to create a process for a Call Center user. This process must:

1. Interact with application windows that are minimized or in the background.

2. Allow the user to interact with separate desktop applications at the same time.

Which workflow activity requires modifications to some of the properties' default values to ensure this process runs in the background?

Show Answer
Correct Answer: D

The Type Into activity can be configured to work in the background by changing its input method property to either SendWindowMessages or Simulate Type. This modification allows it to interact with application windows that are minimized or in the background while allowing the user to interact with other desktop applications simultaneously.

Discussion

10 comments
Sign in to comment
OnlineOption: D
Apr 3, 2023

Type Into, Input mode will need to be configured to use either Windows messages or Simulate. https://docs.uipath.com/activities/other/latest/user-guide/type-into

Engineer24Option: D
Apr 5, 2023

The Correct answer is D. In the properties of the Type Into Activity is the option Simulate Type who work in the background. So the only activity that can be modified to work in the background is Type Into.

robert_lovaszOption: D
Jul 26, 2023

Type Into by default uses Hardware Events input method which only works in foreground. To make it work in the background, it needs to be changed to either SendWindowMessages or Simulate Type/Click input method, which is done by changing a property of the activity.

PunitBOption: A
Apr 5, 2023

can use the "Get Text" activity to retrieve text from a minimized or background application window. The "Get Text" activity is used to retrieve the text from a specified UI element, such as a label or text box, and it can be used with any visible or non-visible element on the screen. Therefore, if you have identified the UI element in the minimized or background application window using the "Attach Window" activity, you can then use the "Get Text" activity to retrieve the text content of that element.

Mirjalol
Jul 17, 2023

You are talking about 'Get FULL text', not 'Get Text' you dummy!

Engineer24Option: D
Apr 25, 2023

If you chech all the activities just the Type Into Activity has the option that can be set to work in background !

MirjalolOption: D
Jul 17, 2023

It is D

phileraeneOption: D
Aug 8, 2023

It is D

bhaskar5a5Option: D
Sep 6, 2023

Ans -D

IngvarnOption: D
Nov 6, 2023

Type Into by default uses Hardware Events input method which only works in foreground. To make it work in the background, it needs to be changed to either SendWindowMessages or Simulate Type/Click input method, which is done by changing a property of the activity.

ykwOption: D
Jul 5, 2024

Correct answer should be D