UiARD Exam QuestionsBrowse all questions from this exam

UiARD 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?

Show Answer
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

6 comments
Sign in to comment
LarcAi_TrainingOption: C
Nov 23, 2023

Selectors are usually used to Identify elements

nhuhunOption: B
Jan 4, 2024

the correct answer is B

Engineer24Option: B
Jan 6, 2024

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 !

sur_bhi123456789Option: B
Feb 10, 2024

B is correct

Engineer24Option: C
May 21, 2024

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 :)

Manuraj2002Option: C
Aug 22, 2024

SELECTOR