Provided by: libweasel-perl_0.11-1_all 

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.
get_attribute($name)
Returns the value of the attribute; when the element is not selected, the 'value' attribute is
overruled to return "false" (an empty string).
perl v5.26.1 2017-10-05 Weasel::Widgets::HTML::Selectable(3pm)