The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03 - 2005-10-02

  • Ported half of the tests from Win32::IE::Mechanize, uncovering many bugs (NOTE: tests will definitely fail now): o Mechanize.pm:
    • reload (GUI not fully loading)
    • links (wrong element order)
    • o Form.pm:
      • inputs (GUI not fully loading)
      • enctype and method now return default values if not present
      • attr, enctype and method return default values if not present
      • tick (wasn't working)
    • o Input.pm:
      • radio_value (GUI not fully loading, other problems)
    • o Link.pm:
      • name (failed for <area>)
  • Put 'width', 'height', and 'visible' options in Mechanize->new (not in set_property, though)
  • Added `debug' option to Mechanize->new, which gives tracing info (in principle)

Modules

Like WWW::Mechanize but using Gtk2::MozEmbed
Mimic HTML::Form
Mozilla::Mechanize::Image - Mimic WWW::Mechanize::Image
A small class to interface with the Input objects
Mozilla::Mechanize::Link - Mimic WWW::Mechanize::Link

Provides

in lib/Mozilla/Mechanize/Browser.pm
in lib/Mozilla/Mechanize/Browser/Gtk2MozEmbed.pm