You can use WWW::Mechanize::Firefox (as its engine do run javascript; your program will depend on the browser) or read javascript manually and write some Perl logic which does the same by parsing values from the page source.
You can also try WWW::Scripter (and WWW::Scripter::Plugin::JavaScript) or WWW::Mechanize::Plugin::Ajax.
Myself, I prefer reading JS manually and writing same logic in Perl. It leaves my scripts simple whan I'm working with small and simple sites.
In reply to Re: javascript login
by aitap
in thread javascript login
by robertw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |