I am trying to grab the score table from a website. The problem is that the site is using javascript that apparently loads on document.ready
.
For that reason I don't seem to succeed getting the table and all I get is the buttons at the top of that page.
Any suggestions or ideas on how to solve this?