Website keep refreshing at the last page of data scraping

At the start, the data scrape works as it is going through every page, however, on the last page, it would keep loading it but it won’t end it and write in CSV form. I tried to wait for 5 minutes before ending the process.

Here is my current workflow for it:
FBSurplusG…xaml (16.6 KB)

1 Like

Hello @ccccc1,

MIght be a problem with the Next selector. You might need to use another option, if the next selector is not reliable.
Can you provide the url from where you scrape the data?
The same behavior is using Debug and Run?

Vasile.

1 Like

hi, could you show me an example on how to fix it? thanks

1 Like

Hi,

this is not the Next button, it is a page counter.

1 Like

oh I see, so how can i change it?

1 Like

Hey @ccccc1 ,

try to update the target Next button selector value

thanks
FYI

image