This is the code that I need extract the price from
<span class="price-container price-final_price js-split-std-4520 js-tabbed-price js-tabbed-price-split" style="display:block">
<span id="product-price-split-4520" class="price-wrapper price-excluding-tax">
<span class="price">€27.43</span</span>(ex VAT)</span>
In the page, the unique class in the parent span is 'js-tabbed-price-split' but I don't seem to be able to work out how to get to the price
Can anyone help please?
