UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 70


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?

Show Answer
Correct Answer: A

For entering text into an input field within a hidden or minimized window using a combination of a string and a hotkey, the only method that supports this action is Windows Messages. Simulate and Same as App/Browser methods do not reliably work with hotkeys or in minimized/hidden windows.

Discussion

4 comments
Sign in to comment
R1turajOption: C
Jan 19, 2024

Hot Keys are not supported with Simulate, Window message is only eligible with Hot Keys and minimized window.

milindkumarOption: A
Feb 29, 2024

A is the correct one

ismarediaOption: A
Jan 27, 2024

Correct Answer is A, only Window message support hotkeys with minimize window

AndresPCOption: A
Feb 13, 2024

A is the correct one