Weasel::Widgets::HTML::Selectable(3pm) | User Contributed Perl Documentation | Weasel::Widgets::HTML::Selectable(3pm) |
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
DEPENDENCIES
SUBROUTINES/METHODS
- selected([$value])
- Returns selected status of the element. If $value is provided, sets the selected status.
- value([$new_value])
- Returns the value of the 'value' attribute; when the element is not selected, the 'value' attribute is overruled to return "false" (an empty string).
AUTHOR
Erik Huelsmann
CONTRIBUTORS
Erik Huelsmann Yves Lavoie
MAINTAINERS
Erik Huelsmann
BUGS AND LIMITATIONS
Bugs can be filed in the GitHub issue tracker for the Weasel
project:
https://github.com/perl-weasel/weasel/issues
SOURCE
The source code repository for Weasel is at
https://github.com/perl-weasel/weasel
SUPPORT
Community support is available through perl-weasel@googlegroups.com <mailto:perl-weasel@googlegroups.com>.
LICENSE AND COPYRIGHT
(C) 2016-2023 Erik Huelsmann
Licensed under the same terms as Perl.
2023-08-21 | perl v5.36.0 |