How can i scrape from one product two price from differents dimension

there the site of the product Cylindre avec protecteur chromé DUAL XP S2 30X30 A2P** - BRICARD - 15328070
i would like to scrape the price of the dim 30x40 and 30x30
thnaks

@amina Hi.

You should be able to click through the dimension variants by using an 'Element click' selector(Selector - html, click selector - select.variation-attribute option[data-groupname="Dimensions (mm)"]:not([selected="selected"]))

Practical example:

{"_id":"sobrico-com-variant-click","startUrl":["https://www.sobrico.com/p/bricard-cylindre-europeen-dual-xp-a2p-protecteur_SKUM38996.html"],"selectors":[{"clickElementSelector":"select.variation-attribute option[data-groupname=\"Dimensions (mm)\"]:not([selected=\"selected\"])","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1200,"discardInitialElements":"discard-when-click-element-exists","id":"variation-click","multiple":true,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementClick"},{"delay":0,"id":"price","multiple":false,"parentSelectors":["variation-click"],"regex":"","selector":".col-sm-5 div.current-price","type":"SelectorText"}]}