hello I’m struggling with this question. Can you give me the answer with an explanation
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?
• A. title
• B. idx
• C. css-selector
• D. app
Hi @hafi.abdesslem
IDX is a dynamic variable that can change depending on the page load. I would go for Tiltle as the others seem to be unreliable as well.