UiPath Automation Developer Professional v1 — Question 70
A developer is using a Type Into activity with the Input Method set to Simulate. Which property needs to be enabled for the activity to execute even if the target UI element is deactivated or read-only?
Answer options
- A. Deselect at end.
- B. Alter disabled element.
- C. Activate.
- D. Click before typing.
Correct answer: B
Explanation
The correct answer is B, 'Alter disabled element,' which allows the Type Into activity to send input to UI elements that are not currently active or are read-only. The other options, such as 'Deselect at end' and 'Click before typing,' do not address the requirement for interacting with deactivated elements, while 'Activate' is not necessary in this scenario.