UiPath Automation Developer Professional v1 — Question 39
A developer intends to enter text into an input field using a combination of a string and a hotkey. The input action should take place within a hidden or minimized window.
Which input method(s) can be used individually for the Type Into activity?
Answer options
- A. Windows Messages only.
- B. Same as App/Browser and Simulate.
- C. Simulate and Window Messages.
- D. Simulate only.
Correct answer: A
Explanation
The correct answer is A, as 'Windows Messages' is the only method that can operate effectively in a hidden or minimized state without requiring the UI to be in focus. The other options either involve methods that require the application or browser to be active or combine multiple inputs that do not meet the criteria of being used individually.