I have written a java code that extracts information from a website. There is a table that is only triggered when it is clicked (Fragments? I am new to HTML). I've tried looking for the id through the HTML of the website, but it is not found. Like I said, it only shows up on the HTML when clicked. I'm thinking of keeping the URL connection open long enough to trigger the element, then extract the information. How do I go about this?
So far, my program extracts information given on the page before the link.