Changes for version 0.33
- . Add ->activateTab() for setting the currently displayed tab . Now needs MozRepl::RemoteObject 0.13 as a prerequisite . Add activate => 1 option to constructor . Remove ->content_utf8 , as ->content() already always returns utf8
- Bring ->field() and ->value() in line with the HTML::Form API (and thus the WWW::Mechanize API). Now, very simple CSS selectors like #id and .class get accepted in addition to 'name' and '^name'.
- ->value() now also returns the values for select+option elements
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
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