Perl modules for controlling browsers
Posted
by AmbroseChapel
on Stack Overflow
See other posts from Stack Overflow
or by AmbroseChapel
Published on 2010-04-24T09:21:54Z
Indexed on
2010/04/24
9:23 UTC
Read the original article
Hit count: 219
I need to write a perl script to scrape a website. The website can only be scraped with JavaScript, and the user is on Windows.
I got some way with Win32::IE::Mechanize on my work machine, which has IE6, but then I moved to my netbook which has IE8, and can't even get as far as fetching a simple page.
Is Win32::IE::Mechanize up to date with the latest versions of IE?
But, tl,dr -- more to the point, given a recent WinXP machine, what's the quickest, easiest way to scrape a site which only reveals its content via JavaScript?
© Stack Overflow or respective owner