Weasel::Widgets::HTML - Helper module for bulk-registration of HTML widgets
Contents
Bugs And Limitations
Bugs can be filed in the GitHub issue tracker for the Weasel project:
https://github.com/perl-weasel/weasel/issues
Contributors
Erik Huelsmann Yves Lavoie
Dependencies
Description
License And Copyright
(C) 2016-2023 Erik Huelsmann
Licensed under the same terms as Perl.
perl v5.40.1 2025-05-24 Weasel::Widgets::HTML(3pm)
Maintainers
Erik Huelsmann
Name
Weasel::Widgets::HTML - Helper module for bulk-registration of HTML widgets
Source
The source code repository for Weasel is at
https://github.com/perl-weasel/weasel
Subroutines/Methods
Support
Community support is available through perl-weasel@googlegroups.com <mailto:perl-
weasel@googlegroups.com>.
Synopsis
use Weasel::Widgets::HTML;
my $button = $session->page->find('//button');
# $button is now a Weasel::Widgets::HTML::Button instance
Version
version 0.32
