NAME

Weasel::Widgets::HTML::Selectable - Wrapper for selectable elements

VERSION

0.01

SYNOPSIS

my $selectable = $session->page->find('./option');
$selectable->selected(1);   # select option

DESCRIPTION

METHODS

selected([$value])

Returns selected status of the element. If $value is provided, sets the selected status.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 47:

=over without closing =back