logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Weasel::Widgets::HTML::Button - Wrapper for button-like INPUT and BUTTON tags

Author

       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

Contributors

       Erik Huelsmann Yves Lavoie

Dependencies

Description

Maintainers

       Erik Huelsmann

Name

       Weasel::Widgets::HTML::Button - Wrapper for button-like INPUT and BUTTON tags

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

         my $button = $session->page->find('./button');
         # Submit the button's form
         $button->click;

Version

       version 0.32

See Also