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

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

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

IngvarnOption: B

Ans : B

bhaskar5a5Option: B

Ans : B

MirjalolOption: B

Answer is B