Iterate thought dropdown not working :/

Hello,

I try to scrap "conditionnement" and "prix / l" and loop though the conditionnement dropdown but the output data is still stuck on 3L (selected item in the dropdown)

Any help would be appreciated, i think the main difficulty is because i need to click first on the dropdown to have access to dropdown item (it appear after one click in the dom)

Url: https://www.seigneuriegauthier.com/peintures/peintures-interieures/impressions/alkyneo-prim-blanc-10l

Sitemap:
{"_id":"seigneuriewrapper","startUrl":["https://www.seigneuriegauthier.com/peintures/peintures-interieures/impressions/alkyneo-prim-blanc-3l"],"selectors":[{"clickElementSelector":"span.jcf-select","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","id":"wrapper","multiple":false,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"clickElementSelector":"span.jcf-list-content ul li","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickMore","delay":3000,"discardInitialElements":"do-not-discard","id":"menu","multiple":true,"parentSelectors":["wrapper"],"selector":"_parent_","type":"SelectorElementClick"},{"id":"cdt","multiple":false,"parentSelectors":["menu"],"regex":"","selector":".jcf-select-text span","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["menu"],"regex":"","selector":".small-price span.price","type":"SelectorText"}]}

Up still blocked on this :frowning: