UIPATH fails to identify elements on screen

UIPATH fails to identify elements on screen. a set of steps are supposed to be performed in loop. UIPATH performs it correctly for first record and then fails to do so…

Is there any way to write selectors code and be sure that correct element is being identified every time.

@KT1993,Refer this

You may also come across situations where some elements are not identifiable using the ‘indicate on screen’ function on the activities themselves - this is usually where the element is wholly underneath another element and the identifier will only be able to pick up the top element. You can get around this by using the UiExplorer Visual tree & Highlight function, going down through the visual tree highlighting each element until you find the one you need.