App-Validation-Automation

 view release on metacpan or  search on metacpan

lib/App/Validation/Automation/Web.pm  view on Meta::CPAN

use namespace::autoclean;

=head1 NAME

App::Validation::Automation::Web - Base Class App::Validation::Automation

Stores utilities that perform web based validation

=head1 SYNOPSIS

App::Validation::Automation::Web browses the web urls stored in config or passed as arguments using WWW::Mechanize Logs into the web urls using the credentials stored in attributes.Handles password expiry and authentication failure along with DNS rou...

=head1 ATTRIBUTES

user_name houses the login name needed to login into the web url.password stores the decrypted password.

=cut 

has 'user_name' => (
    is       => 'rw',
    isa      => 'Str',

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.971 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )