So I am trying to use Xpath to import information from the site into a google spreadsheet and I am struggling a little with <div>
.
<div class="value-display__value">
<div title="" data-html-title="">
#295
</div>
</div>
The idea is to import '#295', and here is my code.
IMPORTXML($C2,"//div[@class='value-display__value']//div/text()")
google sheets seems to import empty content instead of 295