Yes, changes to Firefox caused problems! I use some Firefox plug-ins that aren't compatible with current releases (like SQLite Mgr). So I installed Waterfox and use it to run these older Firefox plug-ins. Whether or not Mechanize::Firefox would work with Waterfox, I don't know. It might. A more promising avenue is probably Mechanize::Chrome. I am having trouble getting that critter built so I can't say how well it works or doesn't work.

Update: Default cpan install of version 0.60 hangs on one test. However, Corion helped me and..
cpan CORION/WWW-Mechanize-Chrome-0.61.tar.gz appears to work to force a 0.61 installation. Some test cases don't pass but I don't think that matters. At least installation of the 0.61 version does not "hang" and it gets back to a command prompt.

As another addendum, I don't recommend Waterfox for browsing. I current just use it to run an SQLite tool that I like and know how to use. I've never bothered to fiddle with the command line tool for SQLite. The GUI tool gives the info that I need and I can test out SQL commands. Once I have a working SQLite command, implementing that in Perl code is fairly straightforward - the magic of the Perl DBI!


In reply to Re^3: need help determining which web browsing module to use by Marshall
in thread need help determining which web browsing module to use by Special_K

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.