Exam UiADPv1 All QuestionsBrowse all questions from this 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?

    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
IngvarnOption: B

Answer B

mhs_MohammadOption: B

Answer is B

BenAndBenOption: B

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

milindkumarOption: B

The answer is B

Brandon00777Option: B

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