Data Scrapping on next page selector

I am using data scrapping on a webpage that spans multiple pages and hence I have used the NextLinkSelector. The automation is failing after reaching the last page with the error that its not able to find the selector corresponding to the ‘Next’. On the last page there is only a "Previous’ option and not ‘Next’. What I am missing here?

you can use ContinueOnError=True

Thanks @bcorrea - with ContinueOnError=True the workflow continues but the scrapping did not populate anything in the datatable.

I did a whole screen scrapping again and it worked even though the settings and the selectors are the same in the extract structured data!

This forum post can be considered as closed. thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.