UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 52


A developer needs to ensure a UI element with a partially changing attribute can be consistently identified with a Click activity. Which property of the Click activity can support a wildcard?

Show Answer
Correct Answer: B

The 'Selector' property of the Click activity can support a wildcard. This is useful when you need to identify a UI element whose attributes may change partially, as wildcards like the asterisk (*) can replace zero or more characters and help match dynamic attributes in selectors.

Discussion

4 comments
Sign in to comment
Engineer24Option: B
Apr 22, 2024

Wildcards are symbols that enable you to replace zero or multiple characters in a string. These can be quite useful when dealing with dynamically-changing attributes in a selector. Asterisk (*) – replaces zero or more characters Question mark (?) – replaces a single character Asterisk AND Question mark (*?) - matches an attribute value with at least one character

MirjalolOption: B
Jul 17, 2024

Answer is B

bhaskar5a5
Sep 6, 2024

Ans : B

IngvarnOption: B
Nov 22, 2024

Ans : B