You will need to use the Element Click selector for this one. I have whipped up a small sample sitemap that you can use an example for your sitemap:
{"_id":"click-test","startUrl":["https://www.aniforte.de/produkte/aniforte-omega-3-lachsoel"],"selectors":[{"id":"name","type":"SelectorText","parentSelectors":["_root","variation-click"],"selector":"h1.product--title","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["_root","variation-click"],"selector":"span.price--content","multiple":false,"regex":"","delay":0},{"id":"variation","type":"SelectorText","parentSelectors":["_root","variation-click"],"selector":".product--configurator .js--fancy-select-text","multiple":false,"regex":"","delay":0},{"id":"variation-click","type":"SelectorElementClick","parentSelectors":["_root"],"selector":".content","multiple":true,"delay":"2000","clickElementSelector":".product--configurator option","clickType":"clickOnce","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"}]}