The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

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.