How to Switch to Other Pages Without a Forward Button Between Pages on the Website?

Hello,
I want to export the data obtained as a result of the searches I have made on websites such as Bulurum.com and Etbis.com into excel.
I use data scrapping activities, but since there is no forward button, I can only skip to the next page. I can’t switch to other pages automatically.

I request your support on the matter.

Thank you,

image

Iterate from 1 to the number of pages, and use Click activity with a dynamic selector, where the page number is variable.

Example:

> <html app='chrome.exe' title='*bulurum.com' /> 
> <webctrl aaname='{{pageNumber}}' parentid='pagerPlaceHolder' tag='A' />