UiADPv1 Exam QuestionsBrowse all questions from this exam

UiADPv1 Exam - Question 6


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?

Show Answer
Correct Answer: B

The developer should change the input method to Hardware Events and the CursorMotionType to Smooth, as Hardware Events are capable of simulating real mouse movements and clicks, including hover actions, which are necessary for the element to become visible.

Discussion

8 comments
Sign in to comment
Ingvarn
Dec 20, 2023

Answer B

mhs_MohammadOption: B
Dec 12, 2023

Answer is B

Brandon00777
Feb 15, 2024

The answer is B Source: https://docs.uipath.com/activities/other/latest/ui-automation/click

milindkumarOption: B
Feb 29, 2024

The answer is B

BenAndBenOption: B
Jul 18, 2024

Answer is B, if you need to hover an element.

sumanth1994Option: B
Mar 29, 2025

CursorMotionType "mooth" has no effect if SendWindowMessages or SimulateClick are enabled

sumanth1994Option: B
Mar 29, 2025

CursorMotionType "Smooth" has no effect if SendWindowMessages or SimulateClick are enabled

deyp11Option: B
Apr 15, 2025

To click an element that requires a mouse hover to become visible, the developer should change the input method to Hardware Events and set the CursorMotionType to Smooth12. This allows the robot to interact with the UI element in a way that simulates human-like mouse movements, making the element visible for interaction.