Why is UIPath missing multiple pages of google search results? Data Scraper

I’m doing something I thought would be extremely simple and have done before a while back. I searched something on google and am having UiPath grab the text and the url from each result using data scraping and then enter it into an excel file.
When I check my file there is just the 1st page of results (so like 10) and a couple of others like the last few from the final page. There are 20 pages of results missing.

For data scraper I selected the first and last result on the 1st page and also have it checking more pages by hitting next.

Does anybody know whats going on?

@ds55

The scroll is dynamic for google chrome now which makes it different to directly scrape and extract

Cheers

So it can only extract 1 page now?

@ds55

try to scroll first till bottom and then try to extract then it might extract more

or manually you need to use scroll plus for each ui element for eacch apge and then extract

cheers