UiPath Automation Developer Professional v1 — Question 27

A developer is building a process that needs to click an element which requires a mouse hover to become visible. However, the element does not appear with the default click setting. The input method for the Click activity is Send Window Message.
Which property should the developer configure to be able to click the element?

Answer options

Correct answer: B

Explanation

The correct answer is B because changing the input method to Hardware Events allows for mouse events to be simulated more closely to real user interactions, enabling the hover effect needed for the element to appear. Options A, C, and D do not address the need for mouse hover and therefore would not resolve the issue with the element visibility.