UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 96


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?

Show Answer
Correct Answer: B

The 'Alter disabled element' property needs to be enabled for the Type Into activity to execute even if the target UI element is deactivated or read-only. This property allows the activity to interact with disabled UI elements when the Input Method is set to Simulate.

Discussion

3 comments
Sign in to comment
AndresPCOption: B
Feb 23, 2024

B is the right one

AndresPCOption: B
Feb 23, 2024

B is the correct one Alter disabled element - If selected, the activity executes the action even if the specified UI element is disabled. This field only supports Boolean values (True, False). The default value is False. This property does not apply if the Input Mode property is set to Hardware Events. Deselect at end - Adds a Complete event after the text entry to trigger certain UI responses in web browsers. https://docs.uipath.com/activities/other/latest/ui-automation/n-type-into

milindkumarOption: B
Feb 29, 2024

B is the correct one