I already searched for it but didn't find an answer. How can I get this Text with Jsoup?
<html>
<body>
<div class="content">Don't want to get this Text</div
<div class="content">WANT TO GET THIS TEXT</div
<div class="content">WANT TO GET THIS TEXT</div>
<div class="content">Don't want to get this Text</div
</body>
</html>
What goes into the question marks?
Elements text = document.select("???");