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

5 comments
Sign in to comment
IngvarnOption: B
Dec 20, 2023

Answer B

mhs_MohammadOption: B
Dec 12, 2023

Answer is B

Brandon00777Option: B
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.