I'm parsing html page that uses javascript function call to show data. I need that data, I know how to parse the page to get function body, but the question is how to call that function from my java program to receive the same data function returns when is called on the site?
EDIT: the concrete web page is http://hedonism.co.uk/wines/, function to display wines is called getWines(), I need all wines info.