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',
( run in 0.290 second using v1.01-cache-2.11-cpan-a5abf4f5562 )