UIARD question about hover mouse

Hi, can you please tell me what the answer to this question is

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 Hardware Events.
Which property should the developer configure to be able to click the element?

thanks

Since the AlterIfDisabled property is for SimulateClick, it has to be the CursorMotionType property that needs to change. By default, the value is “Instant” so I would think the answer should be Smooth.

image
image

I hope this helps