There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Mojo::DOM::Role::Form - Form data extraction

SYNOPSIS

# description
my $obj = Mojo::DOM::Role::Form->new();
$obj->target('#submit-id');

DESCRIPTION

Role::Tiny based role to compose additional form data extraction methods into Mojo::DOM.

METHODS

Mojo::DOM::Role::Form implements the following methods.

target

# result
$obj->target 

Explain what the "target" does.

AUTHOR