Weird acting with drop down

For some reason when scraper tries to go through drop down it selects first model from menu and then goes back to "Please make your choice... / Bitte wählen..." then selects again first model and again back to "Please make your choice... / Bitte wählen...". What is going wrong?

Url: SHOP | ONLINE-SHOP - BASTUCK & Co GmbH - Edel. Stahl. Stark.

Sitemap:
{"_id":"bastuck","startUrl":["https://shop.bastuck2.de/index.php"],"selectors":[{"id":"automerkki","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":"div div div div:nth-of-type(2) a","type":"SelectorLink"},{"clickElementSelector":"div > form select option","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"dropdown","multiple":true,"parentSelectors":["malli"],"selector":"div#wrapper","type":"SelectorElementClick"},{"id":"malli","linkType":"linkFromHref","multiple":false,"parentSelectors":["automerkki"],"selector":"div:nth-of-type(8) a","type":"SelectorLink"}]}

@AmbientAlien Hi, it seems that the page is being reloaded after clicking through each of the dropdown options

Unfortunately, the 'Element click' selector will not keep functioning if the page is being reloaded and the following error will be prompted: ACCESSING_UNDEFINED_ELEMENT 1 probably page was reloaded at getText with [1]

Ok, I have to use differend things then. Now problem is that I cannot get to same row drop down option value and text.

{"_id":"bastuck-test","startUrl":["https://shop.bastuck2.de/index.php"],"selectors":[{"id":"automerkki","parentSelectors":["_root"],"type":"SelectorLink","selector":"div div:nth-of-type(3) a","multiple":false,"linkType":"linkFromHref"},{"id":"malliteksti","parentSelectors":["automerkki"],"type":"SelectorLink","selector":"div:nth-of-type(14) a","multiple":false,"linkType":"linkFromHref"},{"id":"optioteksti","parentSelectors":["mallielementti"],"type":"SelectorText","selector":"select > option:nth-child(1n+2)","multiple":true,"regex":""},{"id":"mallielementti","parentSelectors":["malliteksti"],"type":"SelectorElement","selector":"td div td div","multiple":false},{"id":"optionumero","parentSelectors":["mallielementti"],"type":"SelectorElementAttribute","selector":"select > option:nth-child(1n+2)","multiple":true,"extractAttribute":"value"}]}