Search results for "module:WWW::Mechanize"

WWW::Mechanize - Handy web browsing in a Perl object River stage three • 282 direct dependents • 550 total dependents

"WWW::Mechanize", or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HT...

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC

WWW::Mechanize::Tor - rotate your ips River stage zero No dependents

Inherits directly form LWP::UserAgent::Tor instead of LWP::UserAgent. Launches tor proc in background and connects to it via socket. Every method call of "rotate_ip" will send a request to change the exit node and return 1 on sucess....

SPEBERN/WWW-Mechanize-Tor-0.01 - 02 May 2016 20:08:29 UTC

WWW::Mechanize::XML - adds an XML DOM accessor to WWW::Mechanize. River stage zero No dependents

This is a subclass of WWW::Mechanize that provides an XML DOM accessor which parses the contents of the response and returns it as a XML::LibXML::Document. The motivation for developing this module was to facilitate testing of XML APIs and XHTML web ...

WHITEB/WWW-Mechanize-XML-0.02 - 12 Sep 2006 08:56:09 UTC

WWW::Mechanize::CGI - Use WWW::Mechanize with CGI applications. River stage one • 1 direct dependent • 7 total dependents

Provides a convenient way of using CGI applications with WWW::Mechanize....

MRAMBERG/WWW-Mechanize-CGI-0.3 - 11 Dec 2005 23:58:09 UTC

Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass River stage three • 42 direct dependents • 151 total dependents

PETDANCE/Test-WWW-Mechanize-1.60 - 05 Dec 2022 04:22:09 UTC

WWW::Mechanize::Meta - Adds HEAD tag parsing to WWW::Mechanize River stage zero No dependents

GUGU/WWW-Mechanize-Meta-0.07 - 27 Nov 2009 15:11:13 UTC

WWW::Mechanize::GZip - tries to fetch webpages with gzip-compression River stage two • 8 direct dependents • 24 total dependents

The WWW::Mechanize::GZip module tries to fetch a URL by requesting gzip-compression from the webserver. If the response contains a header with 'Content-Encoding: gzip', it decompresses the response in order to get the original (uncompressed) content....

PEGI/WWW-Mechanize-GZip-0.14 - 14 Aug 2018 07:10:26 UTC

WWW::Mechanize::Link - Link object for WWW::Mechanize River stage three • 282 direct dependents • 550 total dependents

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC

WWW::Mechanize::Shell - An interactive shell for WWW::Mechanize River stage one • 1 direct dependent • 1 total dependent

This module implements a www-like shell above WWW::Mechanize and also has the capability to output crude Perl code that recreates the recorded session. Its main use is as an interactive starting point for automating a session through WWW::Mechanize. ...

CORION/WWW-Mechanize-Shell-0.62 - 21 Jul 2023 19:50:38 UTC

WWW::Mechanize::Query - CSS3 selectors (or jQuery like CSS selectors) for WWW::Mechanize. River stage zero No dependents

This module combines WWW::Mechanize with Mojo::DOM making it possible to fill forms and scrape web with help of CSS3 selectors. For a full list of supported CSS selectors please see Mojo::DOM::CSS....

SUPERASN/WWW-Mechanize-Query-0.03 - 15 Jun 2014 19:47:21 UTC

WWW::Mechanize::Image - Image object for WWW::Mechanize River stage three • 282 direct dependents • 550 total dependents

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC

WWW::Mechanize::Timed - Time Mechanize requests River stage one • 2 direct dependents • 2 total dependents

This module is a subclass of WWW::Mechanize that times each stage of the HTTP request. These can then be used in monitoring systems....

LBROCARD/WWW-Mechanize-Timed-0.44 - 29 Apr 2008 17:49:17 UTC

WWW::Mechanize::Chrome - automate the Chrome browser River stage one • 3 direct dependents • 3 total dependents

Like WWW::Mechanize, this module automates web browsing with a Perl object. Fetching and rendering of web pages is delegated to the Chrome (or Chromium) browser by starting an instance of the browser and controlling it with Chrome DevTools <https://d...

CORION/WWW-Mechanize-Chrome-0.72 - 21 Nov 2023 21:19:47 UTC

WWW::Mechanize::Sleepy - A Sleepy Mechanize Agent River stage one • 2 direct dependents • 2 total dependents

Sometimes when testing the behavior of a webserver it is important to be able to space out your requests in order to simulate a person reading, thinking (or sleeping) at the keyboard. WWW::Mechanize::Sleepy subclasses WWW::Mechanize to provide pauses...

KNTONAS/WWW-Mechanize-Sleepy-0.7 - 29 Sep 2010 14:57:03 UTC

WWW::Mechanize::Cached - Cache response to be polite River stage two • 10 direct dependents • 24 total dependents

Uses the Cache::Cache hierarchy by default to implement a caching Mech. This lets one perform repeated requests without hammering a server impolitely. Please note that Cache::Cache has been superseded by CHI, but the default has not been changed here...

OALDERS/WWW-Mechanize-Cached-1.56 - 24 May 2022 22:08:51 UTC

WWW::Mechanize::Frames - Perl extension for WWW:Mechanize allowing automatic frames download. River stage zero No dependents

This is a quick and dirty expansion of WWW::Mechanize adding a function to retrieve frames and returns an array of mech objects each one storing the info about each frame. EXPORT None by default....

CPANPERL/WWW-Mechanize-Frames-0.03 - 17 Mar 2005 17:45:28 UTC

WWW::Mechanize::Script - fetch websites and executes tests on the results River stage zero No dependents

REHSACK/WWW-Mechanize-Script-0.101 - 10 May 2014 13:44:45 UTC

WWW::Mechanize::Firefox - use Firefox as if it were WWW::Mechanize River stage one • 2 direct dependents • 2 total dependents

CORION/WWW-Mechanize-Firefox-0.80 - 28 Oct 2018 11:17:16 UTC

WWW::Mechanize::SpamCop - SpamCop reporting automation. River stage zero No dependents

ADAMOWSKI/WWW-Mechanize-SpamCop-0.08 - 13 May 2008 11:45:35 UTC

WWW::Mechanize::AutoPager - Automatic Pagination using AutoPagerize River stage zero No dependents

WWW::Mechanize::AutoPager is a plugin for WWW::Mechanize to do automatic pagination using AutoPagerize user script. THIS MODULE IS CONSIDERED EXPERIMENTAL AND ITS API WILL BE LIKELY TO CHANGE...

MIYAGAWA/WWW-Mechanize-AutoPager-0.02 - 05 Jun 2008 18:27:00 UTC
195 results (0.032 seconds)