Exam UiRPA All QuestionsBrowse all questions from this exam
Question 32

A developer indicated a UI element for a Click activity. The automatically-generated selector shown below, had unreliable components. The web application is known to change the layout and order of elements.

Which attribute is stable in the automatically-generated selector?

    Correct Answer: D

    In this scenario, the 'app' attribute ('chrome.exe') is stable because it specifies the application in which the UI element exists. The application name typically does not change, unlike attributes such as 'idx', which is a dynamic index number that can change with each page load, and 'css-selector', which can change if the layout or structure of the webpage is altered. The 'title' attribute contains 'ACME System 1 [Development Environment]', which might change in different environments or with updates. Therefore, 'app' is the most reliable and stable attribute in this automatically-generated selector.

Discussion
fletchm58cOption: D

IDX is a dynamic variable that can change depending on the page load. I would go for App as the others seem to be unreliable as well

PM2Option: D

Answer is D

BotLearnerOption: D

As learned in training IDX is a random number generated. Will never be stable. Will prefer App as part of stable selector

scully2501Option: D

App = D: the application name always remains the same IDX / CSS selector is not stable and the TITLE is not also stable because depending on the window, the name can change

kysorOption: D

the title has a development environment which makes in unreliable if we execute the same process in another environment.

ABHOYOption: A

Ans is Title

BotLearnerOption: A

As learned in training IDX is a random number generated. Will never be stable. Will prefer Title as part of stable selector