UiPath Advanced RPA Developer (UiARD) — Question 12

A developer is building a process which types data into input fields and needs to use the Hardware Events input method. In addition, the developer wants to decrease the speed with which the input string characters are typed into the fields.
Which property of the Type Into activity should the developer edit?

Answer options

Correct answer: D

Explanation

The correct answer is D, DelayBetweenKeys, as it directly controls the time interval between each character typed. The other options, such as DelayAfter and DelayBefore, manage the timing before or after the entire input operation, but do not affect the typing speed of individual characters.