Exam UiARD All QuestionsBrowse all questions from this exam
Question 106

A developer used as an attribute of a selector. Part of the name of the application window changes dynamically based on the file name. If the developer wants the selector to identify any file in this application window, how should the attribute be modified?

    Correct Answer: A

    In order to create a selector that can identify any file name in the ACME Application window, the developer should use a wildcard character to represent the dynamic part of the title. The asterisk (*) is the correct wildcard character to use in this context, as it matches any number of characters. Therefore, the attribute should be modified to <title=’* - ACME Application’>.

Discussion
OnlineOption: A

Wrong answer

IngvarnOption: A

A. <title=’* - ACME Application’>

bhaskar5a5Option: A

Ans : A

MirjalolOption: A

A is right