In which situation can "idx" be used in a reliable selector?
In which situation can "idx" be used in a reliable selector?
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.
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."
Ans : B
Answer is A
Answer is B