UiPath Automation Developer Professional v1 — Question 135
A developer is using a Type Into activity with the input method property set to Simulate. Which property must be enabled for the activity to send a Complete event when it has finished typing and trigger a Ul response from the target application?
Answer options
- A. Activate
- B. Alter disabled element
- C. Trigger Complete
- D. Deselect at end
Correct answer: D
Explanation
The 'Deselect at end' property must be enabled so that the Type Into activity can signal the completion of typing, allowing the target application to respond accordingly. Without this setting, the application may not recognize that the typing has finished, leading to no UI interaction. The other options do not directly relate to sending a Complete event.