How to Scraper images from Shopee

I will try this now , but showing "null" ):

This my demo sitemap

<div class="_3ZDC1p"><div class="_2JMB9h _3XaILN" style="background-image: url(&quot;https://cf.shopee.co.th/file/fc43a77b08b62317a8ef8a3b38eb8dd3&quot;); background-size: contain; background-repeat: no-repeat;"></div></div>

{"_id":"shopeekidcart","startUrl":["[https://shopee.co.th/เสื้อผ้าแฟชั่นผู้ชาย-cat.48"],"selectors":{"id":"Product Selector","type":"SelectorLink","parentSelectors":["_root"],"selector":".col-xs-2-4 a","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["Product Selector"],"selector":".qaNIZv span","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["Product Selector"],"selector":"div._3n5NQx","multiple":false,"regex":"","delay":0},{"id":"Img","type":"SelectorHTML","parentSelectors":["Product Selector"],"selector":"div[style^="background-image"]","multiple":false,"regex":"(").+(")","delay":0},{"id":"scrolldown","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"svg.icon-arrow-left","multiple":false,"delay":0},{"id":"imgtest","type":"SelectorHTML","parentSelectors":["Product Selector"],"selector":"div._1RzplO","multiple":false,"regex":"(").+(")","delay":0},{"id":"imgtest2","type":"SelectorHTML","parentSelectors":["Product Selector"],"selector":"div._2JMB9h","multiple":false,"regex":"","delay":0}]}

It shows your sitemap "invalid JSON"

提示你的sitemap 存在无效JSON

The image URLs are within the source code, so you can extract them without any clicking.
But you will need to do some post-processing, and you would need much better selectors for shopee:

{"_id":"forum-shopee-thai-images","startUrl":["https://shopee.co.th/%E0%B8%96%E0%B8%B8%E0%B8%87%E0%B8%A1%E0%B8%B7%E0%B8%AD%E0%B8%84%E0%B8%AD%E0%B8%AA%E0%B9%80%E0%B8%9E%E0%B8%A5%E0%B8%A2%E0%B9%8C%E0%B8%82%E0%B8%AD%E0%B8%87%E0%B9%80%E0%B8%A5%E0%B9%88%E0%B8%99%E0%B8%AA%E0%B8%B3%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%9A%E0%B9%80%E0%B8%94%E0%B9%87%E0%B8%81-i.61607693.1657363603"],"selectors":[{"id":"Product","type":"SelectorText","parentSelectors":["_root"],"selector":"div[class^='flex-auto flex-column'] > div:first-of-type span","multiple":false,"regex":"" },{"id":"images","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"div > div.flex.flex-column div[style*='background-image']","multiple":true,"extractAttribute":"style" }]}