Ok, I'm writing a script to pull information from a website. OP.GG is the site. This is an example of a page I might want to pull information from http://na.op.gg/summoner/userName=lldeathcowll . Now if the pages just automatically looked like that, I'd be good to go. But as it turns out there is a 'Renew Stats' button on that page, and while it automatically runs that once you open the page when I just 'get' the page obviously that never run. So if its a user that has never been looked up before(no info on page) or hasn't been looked up recently(inaccurate info on page) the result I get aren't right. I'd like to click that button before I try to get info, but I legitimately have no idea how.

I assume this is possible, but I suppose I can look for another information source besides this page even though there are a few reason why I'd prefer this page over other sources.