UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 18


If a developer wants to use a variable of type UIElement to identify a button in a Click activity, which property must be manually configured during development?

Show Answer
Correct Answer: B,C

To identify a button in a Click activity using a variable of type UIElement, the Selector property must be manually configured. The Selector is an XML string that uniquely identifies the element on the screen by specifying its attributes and values. This ensures that the correct UIElement, in this case, the button, is targeted during the Click activity.

Discussion

11 comments
Sign in to comment
PunitBOption: B
Apr 5, 2023

If a developer wants to use a variable of type UiPath.Core.UiElement to identify a button in a Click activity, the "Selector" property must be manually configured during development. The "Selector" property of a UiElement is a XML string that contains the attributes and values that uniquely identify the element on the screen. When a developer creates a variable of type UiElement to identify a button, they need to manually configure the "Selector" property of the UiElement variable to specify the attributes and values that identify the button on the screen.

UjjwalKumarOption: A
May 2, 2023

https://docs.uipath.com/activities/other/latest/user-guide/click Target.Element - Use the UiElement variable returned by another activity. This property cannot be used alongside the Selector property. This field supports only UiElement variables.

Rag_123Option: A
Jun 11, 2023

Answer is A

Rag_123Option: A
Jun 21, 2023

Since the return type is UiElement

espenjoOption: A
Apr 13, 2023

The answer is A. In the Click activity you have to input the "Input Element" for the activity to indentify correct. Tested in Studio.

Aryan12345Option: A
Jul 14, 2023

Element is Answe

MirjalolOption: A
Jul 17, 2023

Answer is A, checked in uipath studio

robert_lovaszOption: A
Jul 26, 2023

Answer A. The question is just poorly worded. I'm not native English, but in my opinion "to identify a button IN a click activity" should be replaced with: "to identify a button FOR a click activity"

phileraeneOption: A
Aug 8, 2023

A imoo Why all the "correct" answers are wrong ?

IngvarnOption: A
Nov 6, 2023

Very easy

ykwOption: A
Jul 5, 2024

Correct answer should be A