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?
B is the Correct answer.
AlterIfDisabled: This property allows the Type Into or Click activities to interact with UI elements that are disabled or read-only, which normally would prevent user input.
It only works if the SimulateType or SimulateClick properties are enabled.
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
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Kartik_K
1 month, 1 week agomilindkumar
8 months, 3 weeks agoAndresPC
9 months agoAndresPC
9 months ago