Hello,
on the following website I have the problem that I can only get the wrong values. I can scrape the name and price but I want in this case the article number "artikelnummer BM692" and the price next to the label "+ your configurations 0,00". I want it to re-scrape the price for each configuration.Currently I get the two wrong name and price with itemprop but I don't know how to scrape the other two labels.
Sitemap:
{"_id":"inwerk2","startUrl":["https://www.inwerk-bueromoebel.de/buerotische/buero-schreibtische/buero-schreibtisch-inwerk-basi-mtb-bm692.html"],"selectors":[{"id":"click-1","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"body:has(h1[itemprop="name"])","multiple":true,"delay":2000,"clickElementSelector":"div.optgp-get > div:contains("Maße mm") + div li label","clickType":"clickOnce","discardInitialElements":"discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"price","type":"SelectorText","parentSelectors":["click-1"],"selector":"span[itemprop='price']","multiple":false,"regex":"","delay":0},{"id":"size","type":"SelectorText","parentSelectors":["click-1"],"selector":"div.optgp-get > div:contains("Maße mm") + div li:has(input.validation-passed) label","multiple":false,"regex":"","delay":0},{"id":"click 2","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"body:has(h1[itemprop="name"])","multiple":true,"delay":2000,"clickElementSelector":"div.optgp-get > div:contains("Farbauswahl") + div li label","clickType":"clickOnce","discardInitialElements":"discard","clickElementUniquenessType":"uniqueCSSSelector"},{"id":"preis","type":"SelectorText","parentSelectors":["click 2"],"selector":"span[itemprop="price"]","multiple":false,"regex":"","delay":0},{"id":"var","type":"SelectorText","parentSelectors":["click 2"],"selector":"div.optgp-get > div:contains("Farbauswahl") + div li:has(input.validation-passed) label","multiple":false,"regex":"","delay":0}]}

