Goodmoarning,
I am tring to use Element Click in order to extract some information from dinamic pagination. I need to extract contact information from a farm's webisite (email, phone etc.).
https://www.campagnamica.it/venditadomicilio/fattorie-agricole-siciliane-associate/
I cannot understand why, after 2 iteration my sitemap end the job without extracting any data.
I have seen differet other posts around the forum but I cannot find the answer for my case.
Could you please help me?
Thnaks 
Sitemap:
{"_id":"campagna_amica","startUrl":["https://www.campagnamica.it/la-nostra-rete/le-fattorie/"],"selectors":[{"id":"click-pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.text","multiple":true,"delay":"0","clickElementSelector":"a.load-next","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"produttore","type":"SelectorLink","parentSelectors":["click-pagination"],"selector":"parent","multiple":true,"delay":0},{"id":"nome","type":"SelectorText","parentSelectors":["produttore"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"email","type":"SelectorText","parentSelectors":["produttore"],"selector":"a[itemprop='email']","multiple":false,"regex":"","delay":0},{"id":"contact","type":"SelectorText","parentSelectors":["produttore"],"selector":"span[itemprop='member']","multiple":false,"regex":"","delay":0},{"id":"city-state","type":"SelectorText","parentSelectors":["produttore"],"selector":"div[itemprop='addressRegion']","multiple":false,"regex":"","delay":0},{"id":"phone","type":"SelectorText","parentSelectors":["produttore"],"selector":"li:nth-of-type(4) span[itemprop='telephone']","multiple":false,"regex":"","delay":0}]}