RSS | Module Info | Add a review of WWW-Mechanize

1 out of 1 found this review helpful:

WWW-Mechanize (1.66) *****

WWW::Mechanize is of course one of the indispensable tools for any web programmer or admin. The current problem is the proliferation of 3rd party subclasses, the functionalities of which cannot be used together. So you want a polite Mechanize which does self-rate-limiting and uses the Firefox or IE engine? A subclass exists for each feature, but how do you use them together? WWW::Mechanize needs to be more role/plugin-oriented instead of inheritance-oriented.

Steven Haryanto - 2010-11-24T09:25:46

Was this review helpful to you?  Yes No
4 out of 4 found this review helpful:

WWW-Mechanize (1.60) *****

A well written, well documented and very tidy module. Andy is a craftsman.

Perfect for automating testing of websites, or creating simple site spider.

I combined it with KinoSearch to create a site search index.

Combine with your choice of HTML parser (e.g. HTML::TreeBuilder) and you've got a perfect tool for scraping information from web pages.

This should be in every web developers toolkit.

Sean McCarthy - 2009-12-16T21:30:24

Was this review helpful to you?  Yes No
2 out of 2 found this review helpful:

WWW-Mechanize (1.54) ****

Excellent module. Has saved me a lot of work automating maintenance on appliances with only a web interface.

Mart van de Wege - 2009-05-18T01:38:59

Was this review helpful to you?  Yes No
6 out of 7 found this review helpful:

WWW-Mechanize (1.34) ***

In general, an excellent module for dealing with website automation in the region between the jobs that need a single simple stateless LWP::UserAgent request, and the jobs that need full blown JavaScript/browser support.

In general, it does the job very well, and has a reasonably well rounded API.

However, it has a few problems. One small problem, and one medium problem.

The small problem is that in some ways the API can be a little thin. It does the essentials, but sometimes it's lacking a convenience method here or there that would just make using it that much cleaner.

The medium problem is the test suite. It does the job if you are a normal unix situation, with a normal setup.

However, sometimes the test suite generates false failures because it hasn't been built sufficiently robustly.

It uses an internal test server that fails on strange and interesting platforms, like Windows, and it seems to assume a real connection to the Internet, and fails if it can't connect.

The situation is slowly improving, but it still fails on 5.6, it fails a lot on cygwin, and it fails periodically on Win32 native.

Any module with literally hundreds of other modules depending on it shouldn't fail ANYWHERE, under ANY circumstances.

This lets down an otherwise excellent module, and so I tend to reach for vanilla LWP::UserAgent more often that I would like, simply for the improved compatibility, safety, and robustness.

Adam Kennedy - 2008-03-12T07:54:00

Was this review helpful to you?  Yes No
3 out of 3 found this review helpful:

WWW-Mechanize (1.34) *****

An awesome module that makes screen-scraping and programatically interacting with websites fun instead of a chore.

A well thought-out interface which allows you to just get on with coding what you want to do, quickly and cleanly.

David Precious - 2008-03-11T07:34:25

Was this review helpful to you?  Yes No
3 out of 5 found this review helpful:

WWW-Mechanize (1.20)

Nice piece of software. I'm missing Digest-Authentication, but only a bit.

Michael Bunk - 2006-08-21T05:33:04

Was this review helpful to you?  Yes No
3 out of 5 found this review helpful:

WWW-Mechanize (1.18) *****

I've used this great module several times and it is a great help in automating web based stuff.

reneeb - 2006-02-24T17:09:26

Was this review helpful to you?  Yes No
1 out of 3 found this review helpful:

WWW-Mechanize (1.18)

A very useful object that was easy to use and saved me (I suspect) hours solving a problem.

David Powell - 2006-02-21T18:49:02

Was this review helpful to you?  Yes No
5 out of 6 found this review helpful:

WWW-Mechanize (1.16)

This looks like an excellent package, but I've never been able to get a version which passed the tests on the Windows or Linux boxes I've used. So I'll have to disagree with the comments that this should be a replacement for LWP::UserAgent. The fact that this package often (but not always) fails tests on certain platforms makes me reticent to require it for an application.

Robert Rothenberg - 2005-12-27T11:11:38

Was this review helpful to you?  Yes No
6 out of 6 found this review helpful:

WWW-Mechanize (1.14) *****

Oh, Mechanize, how do I love thee? Let me count the ways: *****

I used to think, "I guess Mechanize is OK if you're into that sort of thing." Then I realized that getting into that sort of thing would save me endless hours. A WWW::Mechanize script need not be much more than: "go to this page; click that link; fill out the form as follows; submit; print the result from that paragraph." It just does what you want, quickly and easily.

Ricardo Signes - 2005-11-04T18:39:32

Was this review helpful to you?  Yes No
3 out of 3 found this review helpful:

WWW-Mechanize (1.12) ****

Greate module for testing web applications. But it will be perfect if support for JavaScript is eventually added. :=)

Agent Zhang - 2005-08-08T19:38:29

Was this review helpful to you?  Yes No
2 out of 2 found this review helpful:

WWW-Mechanize (1.06) *****

Been using this for a short while (since 1.0.4) AND LOVE IT!
One thing, is it me or is the ->find_image method as mentioned in the docs not implemented?? I really could use that!

Great work Andy! Great work!

yeahroon - 2004-12-11T21:01:33

Was this review helpful to you?  Yes No
4 out of 4 found this review helpful:

WWW-Mechanize (0.70) *****

Best way to script a Web robot. Period.

Adam Monsen - 2003-12-01T10:28:44

Was this review helpful to you?  Yes No
3 out of 3 found this review helpful:

WWW-Mechanize (0.66) *****

A very nice high level interface that wraps up functionality provided by LWP::UserAgent. If you need to programmatically interact with websites WWW::Mechanize is a great choice. It's especially useful for automated testing of web applications.

benschmaus - 2003-11-24T05:50:20

Was this review helpful to you?  Yes No
3 out of 3 found this review helpful:

WWW-Mechanize (0.60) *****

Forgot IO::Socket and LWP to get pages, I just have used both to much! Well, WWW::Mechanize have a more intuitive way to work with the pages, like a real browser, and it works with SSL (HTTPS)!

gmpassos - 2003-10-05T16:22:57

Was this review helpful to you?  Yes No
2 out of 2 found this review helpful:

WWW-Mechanize (0.59) *****

I use WWW::Mechanize to automate testing of web applications, and find it very useful for that.

It is still in a development phase, which means there are still frequently non-backward-compatible changes being introduced. Still an excellent module overall.

Mark Stosberg - 2003-09-04T16:51:38

Was this review helpful to you?  Yes No
1 out of 1 found this review helpful:

WWW-Mechanize (0.58) *****

Really excellent tool. I find it invaluable for writing acceptance tests for web based applications.

My only (minor) quibble is the lack of support for multiple submit buttons with the same name (see rt.cpan.org/NoAuth/Bug.html?id=2308), which can occasionally be annoying.

Adrian Howard - 2003-08-15T06:13:15

Was this review helpful to you?  Yes No
3 out of 3 found this review helpful:

WWW-Mechanize (0.57) *****

WWW::Mechanize is a great example of a well-thought out abstraction layer over a more abstruse module set. It's potential uses are manifold, and is quite easy to implement

dan2bit - 2003-08-14T08:07:42

Was this review helpful to you?  Yes No
3 out of 3 found this review helpful:

WWW-Mechanize (0.57) *****

WWW::Mechanize is a better module than plain LWP::UserAgent to automate WWW scripts. You should be able to use it in every place you were using LWP::UserAgent if that's not possible file a bug in WWW::Mechanize.
WWW::Mechanize gets the job done in simple steps.

Juan Marcos Moreno - 2003-08-14T04:42:20

Was this review helpful to you?  Yes No
2 hidden unhelpful reviews


the camel