Changes for version 0.34
- . Make ->follow_link() also respect C<synchronize> by making ->follow_link() mostly synonymous with ->click() . Document the C<dom> option to ->click() (noted by M. Schwern) . ->click(undef) now fails . Optimized ->get_set_field() to only return a value if it's needed. This should speed up setting values in selectboxes. . Added section in Troubleshooting.pod on what C<synchronize> can be used for.
Documentation
Recipes for using WWW::Mechanize::Firefox
Frequently Asked Questions on WWW::Mechanize::Firefox
things to watch out for
Modules
use a mozrepl enabled FireFox to display HTML
retrieve cookies from a live FireFox instance
use Firefox as if it were WWW::Mechanize
Domain Specific Language for short scripts
WWW::Mechanize::Firefox example programs.
Examples
- examples/README
- examples/bcat.pl
- examples/dump-links.pl
- examples/fullscreen.pl
- examples/gen_examples_pod.pl
- examples/javascript.pl
- examples/js-console.pl
- examples/manipulate-javascript.pl
- examples/open-local-file.pl
- examples/open-url.pl
- examples/proxy-settings.pl
- examples/screenshot.pl
- examples/tail-console.pl
- examples/urlbar.pl