In which situation can "idx" be used in a reliable selector?
When the exact n-th element in a static UI list is needed in the process
When the "idx" value is either 1 or 2
When the selectors of the elements in the application rarely change
When a dynamic selector is required
Submit