Exam UiARD All QuestionsBrowse all questions from this exam
Question 124

A developer wants to use the output of a Find Children activity to identify a button with a Click activity. Which property of the Click activity must be manually configured during development to identify the button?

    Correct Answer: C

    In UiPath, to identify a specific UI element like a button for interaction using activities such as the Click activity, the Selector property is critical as it holds the XML fragment used to locate the element on the screen. ClippingRegion defines a specific region to focus on and WaitForReady specifies when the activity should proceed. But the Selector is the key property that ensures the Click activity targets the correct button accurately using attributes like ID, class, type, etc.

Discussion
Manuraj2002Option: C

SELECTOR

Engineer24Option: C

Elements - are all what we find in browser/applications e.g. field, checkbox, button etc Selector - is the code used but UiPath to find ELEMENTS on browser/app :)

sur_bhi123456789Option: B

B is correct

Engineer24Option: B

Manualy configure is the Element. When you try to indicate on screen you must to configure the element by selecting the buton. "If the Element is not being detected/highlighted, try changing the UI framework (F4) or using the Image region selection (F3)" I think the answer is B !

nhuhunOption: B

the correct answer is B

LarcAi_TrainingOption: C

Selectors are usually used to Identify elements