In my quest to accurately retrieve the number located directly beneath the title with the symbol, I am transitioning from using xpath
//div[@class='title']/following::span[2]/text()
to experimenting with css selectors in Jsoup. Despite trying various combinations, none have successfully returned any values.
Some of the approaches I've attempted include
div.title div > span > span