in reply to Re^2: How to make Perl modify and trigger Javascript variable/function
in thread How to make Perl modify and trigger Javascript variable/function
If you can make the site work under FireFox, WWW::Mechanize::FireFox has the ->eval_in_page() method that allows you to run arbitrary Javascript in the context of a web page and transfer the result back to Perl. But it only works in FireFox, not in Internet Explorer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to make Perl modify and trigger Javascript variable/function
by zerocred (Beadle) on Nov 28, 2009 at 21:31 UTC |