Exam UiARD All QuestionsBrowse all questions from this exam
Question 211

A developer has created a project using a Set Web Attribute activity and a Get Attribute activity that targets the same UI element as shown in the following exhibit:

The output will be displayed in the Output panel using the Write Line activity on execution. If the value of innerhtml is "Actions" before execution, which output is displayed on execution?

    Correct Answer: D

    The developer has used the 'Set Web Attribute' activity to set the 'innerhtml' attribute of the UI element to 'Items'. This change will be executed, updating the value of 'innerhtml' from its original value 'Actions' to 'Items'. Following this, the 'Get Attribute' activity retrieves the updated value of the 'innerhtml' attribute, which is now 'Items'. Therefore, the 'Write Line' activity will output 'Items' to the Output panel.

Discussion
sur_bhi123456789Option: D

D should be the correct ans.

Engineer24Option: D

Tested in Studio !