I want to scrape a product page, which contains three dropdowns that need to be selected bottom to top to get to all possible product variations. The sitemap shared below seems to work with two dropdown options (see Url 2, but it also produces duplicates). How can I get three dropdowns to work? Generated duplicates are fine if there's no clean solution...
Url: Endkappe
Url 2: Auffahrkeil Level System
Sitemap:
{"_id":"double-dropdown","startUrl":["https://www.frankana.de/de/auffahrkeil-level-system-00177.html"],"selectors":[{"clickElementSelector":"select[class=\"super-attribute-select\"] option:not(:contains(\"Option auswählen...\"))","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"discard-when-click-element-exists","id":"dropdown1","multiple":true,"parentSelectors":["_root"],"selector":"div.page-wrapper","type":"SelectorElementClick"},{"id":"sku","multiple":false,"parentSelectors":["dropdown1"],"regex":"","selector":"div[itemprop='sku']","type":"SelectorText"}]}