Exam UiARD All QuestionsBrowse all questions from this exam
Question 151

A developer created a project to click the Edit button of the Notepad window reflected in the following exhibit:

The Selector Editor window of the Click activity is shown below:

The developer has now changed the selector by creating four variables shown as follows:

In order to click the "Format" button of the Notepad window, which variable should the developer use to pass the value "Format"?

    Correct Answer: D

    In order to click the 'Format' button of the Notepad window, the developer should use the variable corresponding to the 'name' attribute of the element they want to interact with, specifically the 'Format' menu item. Reviewing the initial and modified selectors, Variable4 corresponds to the 'name' attribute of the menu item ('Edit') that needs to be replaced with 'Format'. Therefore, Variable4 should be used to pass the value 'Format' to achieve the desired click action.

Discussion
sur_bhi123456789Option: D

Variable 4 is the right ans.

[Removed]Option: D

Variable 4 is correct, tested the same in Studio

LarcAi_TrainingOption: D

Variable 4 should be changed test for yourrself in studio