Exam UiARD All QuestionsBrowse all questions from this exam
Question 218

A developer wants to type text into an input field. The text will be formed by using a string and a hotkey, and the action must be executed in a window which is hidden or minimized. Which input method(s) can be applied individually to the Type Into activity?

    Correct Answer: D

    To type text into an input field in a hidden or minimized window using a Type Into activity, both SimulateType and SendWindowMessages methods can be applied. SimulateType works by directly modifying the target application’s UI properties, and does not require the window to be visible or focused. SendWindowMessages works by sending messages directly to the target window’s message queue, which also does not require the window to be visible or focused. Therefore, both methods are suitable for this scenario.

Discussion
titanium192Option: B

Answer = B

sur_bhi123456789Option: B

b is right ans

[Removed]Option: B

Correct answer is B. Hotkey trigger does not work for Simulate type

Engineer24Option: B

Just Send Windows Message can work in a Background and use Hotkey !