Need some help pls :'(

Hello,
so here I do not know why, but when I try to recover the different variants, they do not appear.
When I click on Data preview they are displayed but not once scrape, does anyone have an idea? (I'm a beginner sorry if this question seems ridiculous :sob: )

Thanks to those who can help me: D

Sitemap : {"_id":"testvariant","startUrl":["https://www.careco.co.uk/item-s-wc09903/fenix-powerchair/"],"selectors":[{"id":"sku_description","type":"SelectorText","parentSelectors":["_root"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"sku_color","type":"SelectorGroup","parentSelectors":["_root"],"selector":"img.chip","delay":0,"extractAttribute":""},{"id":"sku_variant","type":"SelectorGroup","parentSelectors":["_root"],"selector":"#sbOptions_88540221 li:nth-of-type(n+2) a","delay":0,"extractAttribute":""}]}

Hello @Bakasan

Here's my version of your sitemap:

{"_id":"testvariant","startUrl":["https://www.careco.co.uk/item-s-wc09903/fenix-powerchair/"],"selectors":[{"id":"sku_description","type":"SelectorText","parentSelectors":["wrapper"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"sku_color","type":"SelectorGroup","parentSelectors":["wrapper"],"selector":"img[class*=\"chip lazyload\"]","delay":0,"extractAttribute":"alt"},{"id":"sku_variant","type":"SelectorText","parentSelectors":["wrapper"],"selector":"div.productCode","multiple":false,"regex":"","delay":0},{"id":"wrapper","type":"SelectorElement","parentSelectors":["_root"],"selector":"body:has(div#dispImagesWrapper)","multiple":true,"delay":0}]}
You didn't define any attribute for the grouped selector.

Hope it helps.