dutchman has asked for the wisdom of the Perl Monks concerning the following question:
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!
Hi dutchman, please consult this node, it containts all the needed info for you to set up WWW::Selenium , also check this node about Selenium and the documentation. Good luck and most importantly, have fun :)