Changes for version 0.51
- . Add pageshow event to the default set of monitored events. Pageshow fires when a page is loaded from the cache.
- Firefox 4 is now supported in addition to Firefox 3.5+ Firefox 4 support is not really tested outside of the module self-tests.
- ->get() can now optionally not synchronize, like ->click(), suggested and coded by Dave Hansen
Documentation
Recipes for using WWW::Mechanize::Firefox
Frequently Asked Questions on WWW::Mechanize::Firefox
Things to watch out for
Modules
inspect and automate the Firefox UI
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.
Provides
in lib/Firefox/Application/API35.pm
in lib/Firefox/Application/API40.pm
Examples
- examples/README
- examples/bcat.pl
- examples/dump-links.pl
- examples/ff-scrape.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