WWW::Mechanize::Image - Image object for WWW::Mechanize


WWW-Mechanize documentation  | view source Contained in the WWW-Mechanize distribution.

Index


NAME

Top

WWW::Mechanize::Image - Image object for WWW::Mechanize

SYNOPSIS

Top

Image object to encapsulate all the stuff that Mech needs

Constructor

Top

new()

Creates and returns a new WWW::Mechanize::Image object.

    my $image = WWW::Mechanize::Image->new( {
        url    => $url,
        base   => $base,
        tag    => $tag,
        name   => $name,    # From the INPUT tag
        height => $height,  # optional
        width  => $width,   # optional
        alt    => $alt,     # optional
    } );

Accessors

Top

SEE ALSO

Top

WWW::Mechanize and WWW::Mechanize::Link

COPYRIGHT & LICENSE

Top


WWW-Mechanize documentation  | view source Contained in the WWW-Mechanize distribution.