Hello,
I use pagination (beta) together with a link which scrapes texts in the target file. Pagination is based on next button.
Pagination works smoothly in auto mode but does not open addressed pages.
If i choose one of the other pagination types it works only in the active page, it opens links and scrapes data.
Here is the sitemap
{"_id":"mawa","startUrl":["https://www.mawa.om/en/rent"],"selectors":[{"id":"pag","paginationType":"auto","parentSelectors":["_root","pag"],"selector":"li:nth-of-type(9) a.page-link","type":"SelectorPagination"},{"delay":0,"id":"link","multiple":true,"parentSelectors":["pag"],"selector":"#PropertyList .inner_feature_cntnt_heading a","type":"SelectorLink"},{"delay":0,"id":"price","multiple":false,"parentSelectors":["link"],"regex":"","selector":".inner_wrapper h4","type":"SelectorText"},{"delay":0,"id":"sqm","multiple":false,"parentSelectors":["link"],"regex":"","selector":".inner_wrapper p","type":"SelectorText"},{"delay":0,"id":"loc","multiple":false,"parentSelectors":["link"],"regex":"","selector":".detail-wrapper-body p","type":"SelectorText"}]}