Hi,
I'm trying to parse an HTML page with Win32::IE::Mechanize. When I look at the page in the browser it shows a table with data. In the HTML source I only see a java script reference at that place.
How can I use IE::Mechanize to get the page content that I actually see in the browser?
Thanks in advance!