UiPath Automation Developer Professional v1 — Question 105
When automating the process of entering values into a web form, requiring each field to be brought to the foreground, which property on the Type into activity should be adjusted to achieve this?
Answer options
- A. Input Element
- B. Selector
- C. Activate
- D. Delay before
Correct answer: C
Explanation
Adjusting the 'Activate' property on the Type into activity is necessary to ensure that each field comes to the forefront before entering data. The 'Input Element' and 'Selector' properties do not control the foreground focus, while 'Delay before' affects timing rather than field activation.