I am trying to scrape data from a website that only loads a section of the website when the user if 'looking' at that section of the webpage. While I am able to use the "Element scroll down" feature of https://webscraper.io/, scrolling all the way to the bottom of the page does not load the section of data I am trying to scrape.
If the data is not properly loaded, I only get 2 of the links I am trying to scrape. When fully loaded (after 'looking' at the section), then webscraper is able to pick up the 4-5 links I want.
I have tried using element click to scroll through the options (it is a carousel), and have also tried using the element selector, but both are only able to pick up the basic 2 links.
Please let me know what I can do to properly load/scrape this kind of data!!