MENU
    Troubleshoot a loop
    • 17 May 2024
    • 1 Minute to read
    • Contributors

    Troubleshoot a loop


    Article summary

    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.


    Was this article helpful?