pkgsrc/www/p5-WWW-Mechanize-FormFiller/DESCR
bsiegert 6a4da1820d Add module for Mechanize::FormFiller. From Edgar Fuss in PR pkg/49188.
From DESCR:

This module is intended as a simple way to fill out HTML forms from a set
of predetermined values. You set up the form filler with value elements,
retrieve the HTML form, and let the form filler loose on that form.
There are value classes provided for many tasks - fixed values, values to
be queried interactively from the user, values taken randomly from a list
of values and values specified through a callback to some Perl code.
2016-01-10 20:08:48 +00:00

6 lines
432 B
Text

This module is intended as a simple way to fill out HTML forms from a set
of predetermined values. You set up the form filler with value elements,
retrieve the HTML form, and let the form filler loose on that form.
There are value classes provided for many tasks - fixed values, values to
be queried interactively from the user, values taken randomly from a list
of values and values specified through a callback to some Perl code.