QuestionQ123

Studio Interface

A developer is creating an automation that types text into a text file. The activity Project Settings for UI Automation Modern activities are configured as follows:

Question Image

The developer configured the properties of a Type Into activity as follows:

Question Image

What behavior does the Type Into activity exhibit when the workflow executes?

Explanation

For UI Automation Modern activities, a project setting applies only when the corresponding activity property has not been manually edited. The Type Into activity explicitly sets Empty field to NEmptyFieldMode.SingleLine, so that setting overrides the project-level run and debug values. It clears the field using the single-line method in both modes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!