Possibly unachievable? Scrape 3 variations with prices and skus

Here is the url in question.

I want to be able to output the result as for example:

Honestly dont think its doable but i thought id ask incase anybody else has achieved it.

Hi,

Yes, this is absolutely possible. The variant clicks have to be nested under one another. Please see the example below:

{"_id":"arbortec-com","startUrl":["https://arbortec.com/products/lime-black-breatheflex-design-c-class-1-2-3"],"selectors":[{"clickActionType":"real","clickElementSelector":".options-class a","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Class-click","multiple":true,"parentSelectors":["_root"],"selector":"body","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":".options-leg-length a","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Leg Length-click","multiple":true,"parentSelectors":["Class-click"],"selector":"_parent_","type":"SelectorElementClick"},{"clickActionType":"real","clickElementSelector":".options-size a","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":0,"discardInitialElements":"discard-when-click-element-exists","id":"Size-click","multiple":true,"parentSelectors":["Leg Length-click"],"selector":"_parent_","type":"SelectorElementClick"},{"id":"Class","multiple":false,"parentSelectors":["Size-click"],"regex":"","selector":".options-class .active","type":"SelectorText"},{"id":"Leg Length","multiple":false,"parentSelectors":["Size-click"],"regex":"","selector":".options-leg-length .active","type":"SelectorText"},{"id":"Size","multiple":false,"parentSelectors":["Size-click"],"regex":"","selector":".options-size .active","type":"SelectorText"},{"id":"price","multiple":false,"parentSelectors":["Size-click"],"regex":"","selector":"span.current-price","type":"SelectorText"},{"id":"SKU","multiple":false,"parentSelectors":["Size-click"],"regex":"","selector":"span.sku__value","type":"SelectorText"}]}

Thank you so much, ill give this a try this afternoon.

Much Appreciated!