Changes for version 0.48

  • . Implemented ->click_button() function plus tests Tests courtesy of WWW::Mechanize 1.66 . Allow "OR" for node type via using local-name(.) (the element name) . Use the ugly cross-version hack of translate(local-name(.), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz') to accomodate for Firefox 3.0 having UPPERCASE HTML ELEMENT NAMES and Firefox 3.6+ having lowercase html element names. Once we move to 4.0 support only, this can be reverted to local-name(.)

Documentation

Recipes for using WWW::Mechanize::Firefox
Frequently Asked Questions on WWW::Mechanize::Firefox

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.