I want to write a code for parsing HTML from a site with announcements. I wish I could use Jsoup, but it's a bit complicated for getting the phone number from this site. I should click on a div first, then it is shown in the HTML code.
So, what tool should I use to perform click on elements and the parse the HTML ?
Selenium I think is not an option for me, because this code will run on a Java Server.