Is it possible to extract content from a website that uses "onClick" instead of "href" in hyperlinks, resulting in the same URL regardless of the page being viewed?
The specific content I'm attempting to retrieve is located under "Alimentação" > "Estudantes".
<a href="#" onclick="return go('','4;02');" title="Estudantes">Estudantes</a>
Can Jsoup help with extracting this content?