Exam UiARD All QuestionsBrowse all questions from this exam
Question 173

A developer is using a Type Into activity set to the Simulate Type input method. The developer wants to enable a property to ensure the activity (1) sends a Complete event when it has finished typing and (2) triggers a UI response from the target application.

Which property should be used?

    Correct Answer: C

    The correct property to be used in this scenario is 'Deselect at end.' This check box can only be used when the Simulate Type input method is set to true. When this property is enabled, it ensures that a Complete event is sent after the text entry, which helps in triggering a UI response from the target application. Without this property, some target applications might not correctly register the typing action.

Discussion
Engineer24Option: C

Deselect at end: InArgument<Boolean> This option adds a Complete event after the text entry, in order to trigger certain UI responses. Option takes effect only if SimulateType is set to true.

[Removed]Option: C

Deselect at end - This check box can only be used when the Input Mode property is set to Simulate and is selected by default. Some target applications do not register a type action unless a Complete event is also sent alongside the action.

LarcAi_TrainingOption: D

The given answer might be correct

LarcAi_Training

It turns out C is actually the correct answer sorry. Deselect at end - This check box can only be used when the Input Mode property is set to Simulate and is selected by default. Some target applications do not register a type action unless a Complete event is also sent alongside the action. Selecting this check box adds a Complete event after the text entry, in order to register the action correctly. If this check box is cleared, the Complete event is not sent to the target application. By default, this check box is selected.