Element Click only load once

Hi,

I've followed the tutorial on how to scrape products on sites with a load more button.

When I'm trying scrape the site it only loads more products once.

This is my sitemap:

{"_id":"samsoe_urls_2002","startUrl":["https://www.samsoe.com/no/man/clothing/"],"selectors":[{"id":"Load more","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.product-tile","multiple":true,"delay":0,"clickElementSelector":"div.showmore-placeholder.button","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueHTMLText"},{"id":"Product Link","type":"SelectorLink","parentSelectors":["Load more"],"selector":"a.thumb-link","multiple":true,"delay":0}]}

Any help would be really helpful :slight_smile:

Best regards,
Ole

{"_id":"samsoe_urls_2002","startUrl":["https://www.samsoe.com/no/man/clothing/"],"selectors":[{"id":"Load more","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.product-tile","multiple":true,"delay":"500","clickElementSelector":"div.showmore-placeholder","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"Product Link","type":"SelectorLink","parentSelectors":["Load more"],"selector":"a.thumb-link","multiple":true,"delay":0}]}

I changed the uniqueness type to unique text and it seems to work now.

Thank you for your reply!

I've tried your sitemap, but it will still only press the load more button once when try to scrape the site.

I'll try it on another computer as well. I have experienced that the scraper acts differently on my desktop and my laptop.

i am also facing same problem