I have the following source code:
<div class = "price-text--price-part--Tu6MH udlite-clp-discount-price udlite-heading-xxl" data-purpose = "course-price-text">
<span class = "udlite-sr-only"> Current Price </span>
<span>
<span> 47.99 </span>
</span>
</div>
Now I want to get as a result: 47.99 using xpath. How Can I do that ?
question from:https://stackoverflow.com/questions/65907451/xpath-select-content-from-a-specific-span-inside-an-div