Changes for version 0.32
- . Add WWW::Mechanize::Firefox::FAQ as a list of frequently asked questions. As people now actually ask questions, this file has a reason to exist. . Add WWW::Mechanize::Firefox::Troubleshooting as a document for things that still need to be implemented. Also list workarounds. . Add example for how to change Firefox settings. . Change code for closing a tab so it works dynamically . Add method ->closeTab for closing arbitrary tabs and a test for it . Add experimental ->content_utf8 method that always tries to decode the content. ! All HTTP::Response objects now use ->content_utf8() instead of expecting the content to be in utf8. This may break your encoding-sensitive code, so please send me test cases where it breaks for you.
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.