Help with mulitple images

for some reason it extracts the same picture every time, regardless of the selection that changes the picture. Any reason why this is

{"_id":"Bikeaddict(Titan)","startUrl":["https://bike-addict.co.za/collections/bicycles?filter.p.vendor=Titan"],"selectors":[{"id":"page","paginationType":"auto","parentSelectors":["_root","page"],"selector":".next a","type":"SelectorPagination"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["page"],"selector":"div:nth-of-type(n+13) a","type":"SelectorLink"},{"id":"Title","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Body","multiple":false,"parentSelectors":["link"],"regex":"","selector":".product-block > div.rte:nth-of-type(1)","type":"SelectorHTML"},{"clickActionType":"real","clickElementSelector":"label.variant__button-label","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","id":"Colour","multiple":true,"parentSelectors":["link"],"selector":"div.page-content--product","type":"SelectorElementClick"},{"id":"Colour_Text","multiple":true,"parentSelectors":["Colour"],"regex":"","selector":"label.variant__button-label","type":"SelectorText"},{"id":"Image","multiple":false,"parentSelectors":["Colour"],"selector":".starting-slide img","type":"SelectorImage"}]}

Hi,

It was necessary to make the selector more specific in order to scrape the selected color, see reference sitemap below:

{"_id":"Bikeaddict(Titan)","startUrl":["https://bike-addict.co.za/collections/bicycles?filter.p.vendor=Titan"],"selectors":[{"id":"page","paginationType":"auto","parentSelectors":["_root","page"],"selector":".next a","type":"SelectorPagination"},{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["page"],"selector":"div:nth-of-type(n+13) a","type":"SelectorLink"},{"id":"Title","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Body","multiple":false,"parentSelectors":["link"],"regex":"","selector":".product-block > div.rte:nth-of-type(1)","type":"SelectorHTML"},{"clickActionType":"real","clickElementSelector":"label.variant__button-label","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Colour","multiple":true,"parentSelectors":["link"],"selector":"div.page-content--product","type":"SelectorElementClick"},{"id":"Colour_Text","multiple":false,"parentSelectors":["Colour"],"regex":"","selector":".variant-input input:checked + label.variant__button-label","type":"SelectorText"},{"extractAttribute":"data-photoswipe-src","id":"Image","multiple":false,"parentSelectors":["Colour"],"selector":".is-selected .image-wrap img","type":"SelectorElementAttribute"}]}

my sitemap version:

{"_id":"Bikeaddict(Titan)","startUrl":["https://bike-addict.co.za/collections/bicycles?filter.p.vendor=Titan"],"selectors":[{"id":"link","linkType":"linkFromHref","multiple":true,"parentSelectors":["page"],"selector":"div.grid__item a.grid-product__link","type":"SelectorLink"},{"id":"page","paginationType":"auto","parentSelectors":["_root","page"],"selector":".next a","type":"SelectorPagination"},{"id":"Title","multiple":false,"parentSelectors":["link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Body","multiple":false,"parentSelectors":["link"],"regex":"","selector":".product-block > div.rte:nth-of-type(1)","type":"SelectorHTML"},{"clickActionType":"real","clickElementSelector":"fieldset[name=\"Color\"] label.variant__button-label","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"Colour","multiple":true,"parentSelectors":["link"],"selector":"div.page-content--product","type":"SelectorElementClick"},{"extractAttribute":"data-value","id":"Colour_Text","multiple":false,"parentSelectors":["Colour"],"selector":"input[name=\"Color\"]","type":"SelectorElementAttribute"},{"extractAttribute":"data-photoswipe-src","id":"Image","multiple":false,"parentSelectors":["Colour"],"selector":".starting-slide img","type":"SelectorElementAttribute"}]}