Exam UiARD All QuestionsBrowse all questions from this exam
Question 51

In which situation can "idx" be used in a reliable selector?

    Correct Answer: A

    The correct answer is when the exact n-th element in a static UI list is needed in the process. The 'idx' attribute can be used reliably when you need to select a specific element in a static list, where the position of the element does not change. This ensures that the 'idx' value remains constant and can be relied upon for consistent selection.

Discussion
OnlineOption: B

https://docs.uipath.com/studio/standalone/2022.10/user-guide/ui-automation#desktop-automation-selectors "Avoid using the idx attribute unless its value is a very small number like 1 or 2."

bhaskar5a5Option: B

Ans : B

Tahan990Option: A

Answer is A

MirjalolOption: B

Answer is B