UiARD Exam QuestionsBrowse all questions from this exam

UiARD 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?

Show Answer
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

4 comments
Sign in to comment
LarcAi_TrainingOption: B
May 23, 2024

The given answer is correct

MirjalolOption: B
Jul 17, 2024

This one gonna go with B

bhaskar5a5
Sep 6, 2024

Ans : B

IngvarnOption: B
Nov 22, 2024

Ans : B