How can I troubleshoot a loop?
Looping through a set of elements is key to extracting data from Web pages, but when a problem arises, a robot can come to a sudden halt.
Problems with looping can usually be traced back to the element path(s) associated with the loop. You can typically find the problem by verifying the selector in use and its relationship to the DOM scope.