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?
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?
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.
B is the correct one
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
B is the right one