Exam UiARD All QuestionsBrowse all questions from this exam
Question 55

A developer is creating an automation to interact with five Notepad files. The first digit of the Notepad file name is a number 1-5, depending on the Notepad file. The developer used title='1 writtenNotes - Notepad' as a selector attribute for a Type Into activity for one of the files.

The developer wants to modify the Type Into selector to work for any of the files and only one Notepad window will be opened at a time. How should the title attribute be modified?

    Correct Answer: B

    To create an automation that works for any of the five Notepad files distinguished by the first digit in their title, the selector should be able to match the title format for any of these files. The title attribute 'title=? writtenNotes - Notepad' uses a wildcard '?' to match any single character in place of the opening digit, making it flexible enough to work for any of the Notepad files named with a digit 1 to 5 as the first character. This approach ensures that the Type Into activity can interact with whichever Notepad file is currently open.

Discussion
IngvarnOption: B

Ans : B

bhaskar5a5Option: B

Ans : B

MirjalolOption: B

This one gonna go with B

LarcAi_TrainingOption: B

The given answer is correct