Hello,
For a project I’m trying to scrape data from a website. Unfortunately the website can be slow at times and the data I’m trying to scrape spans over 100 pages.
Therefore, I’d like to add a element exist activity before clicking on “next page” or something similar but I didn’t find how to do that. For now I’m working with a delay between pages but I’d like to make the datascraping more robust and efficient.