Maybe I am missing something but the scraper only stores the last page of the scrape. The pagination works and the data preview on a single page works too. I tried using pagination and link instead of element click but neither worked. If anyone has a solution please help me, thanks in advance.
Url: https://suri.hacienda.pr.gov/_/
Sitemap:
{"id":"Suri-datos","startUrl":["https://suri.hacienda.pr.gov//"],"selectors":[{"id":"Volver a comenzar","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"a.LinkButton","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"a.LinkButton"},{"id":"Especilistas en planillas","parentSelectors":["_root"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"#l_Dg-1-22 span.ColIconText","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":false,"selector":"#l_Dg-1-22 span.ColIconText"},{"id":"Siguiente-pagina","parentSelectors":["_root","Siguiente-pagina"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"a#Dh-6_Vpgnext","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"a#Dh-6_Vpgnext"},{"id":"Nombre","parentSelectors":["lineas"],"type":"SelectorText","selector":"td.TC-Dh-1","multiple":false,"regex":""},{"id":"Ciudad","parentSelectors":["lineas"],"type":"SelectorText","selector":"td.TC-Dh-2","multiple":false,"regex":""},{"id":"Telefono","parentSelectors":["lineas"],"type":"SelectorText","selector":"td.TC-Dh-3","multiple":false,"regex":""},{"id":"Correo Electronico","parentSelectors":["lineas"],"type":"SelectorText","selector":"td.TC-Dh-5","multiple":false,"regex":""},{"id":"Wrapper","parentSelectors":["_root","Siguiente-pagina"],"type":"SelectorElement","selector":"table tbody","multiple":true},{"id":"lineas","parentSelectors":["Wrapper"],"type":"SelectorElement","selector":"tr","multiple":true}]}