Changes for version 0.37
- . Switch out the code in WWW::Mechanize::Firefox::DSL in favour of Object::Import, which is the same codebase but intended for a wider audience than just W:M:F. . ->current_form now gets reset on ->get and ->submit . The C<any> option to ->xpath() (and ->selector, ->is_visible,...) allows to search for multiple nodes that may or may not exist
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