in reply to
Scraping Ajax / JS pop-up
Alternatively, you may be able to actually execute the javascript code from your perl code, through the
JavaScript
module. I don't know how DOM interactions and the like are to be managed, though. You may need to simulate some more "human" activity.
Comment on
Re: Scraping Ajax / JS pop-up
Replies are listed 'Best First'.
Re^2: Scraping Ajax / JS pop-up
by
Anonymous Monk
on Feb 17, 2012 at 03:24 UTC
This is non trivial, its why
WWW::Scripter::Plugin::JavaScript
was created, and what the OP is trying to use
[reply]
In Section
Seekers of Perl Wisdom