Source: libwww-mechanize-formfiller-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libdata-random-perl , libfile-slurp-perl , libhtml-form-perl , libtest-mockobject-perl , libwww-perl , perl Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-formfiller-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libwww-mechanize-formfiller-perl.git Homepage: https://metacpan.org/release/WWW-Mechanize-FormFiller Rules-Requires-Root: no Package: libwww-mechanize-formfiller-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-random-perl Recommends: libhtml-form-perl, libwww-mechanize-perl, libwww-perl Description: framework to automate HTML forms WWW::Mechanize::FormFiller 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.