Weasel::FindExpanders::HTML(3pm) | User Contributed Perl Documentation | Weasel::FindExpanders::HTML(3pm) |
Weasel::FindExpanders::HTML - Weasel FindExpanders HTML
0.02
use Weasel::FindExpanders::HTML; my $button = $session->find($session->page, "@button|{text=>\"whatever\"}");
Criteria:
* 'id'
* 'name'
* 'text' -- button: matches content between open and close tag
-- input: matches 'value' attribute (shown on button),
or image button's 'alt' attribute
Criteria:
* 'id'
* 'name'
* 'value'
Criteria:
* 'text': text of the label
* 'tag': tags for which the label has been set
Criteria:
* 'text'
Criteria:
* 'text'
* 'value'
Criteria:
* 'id'
* 'name'
Criteria:
* 'id'
* 'name'
* 'value'
Criteria:
* 'id'
* 'name'
Criteria:
* 'id'
* 'name'
Erik Huelsmann
Erik Huelsmann Yves Lavoie
Erik Huelsmann
Bugs can be filed in the GitHub issue tracker for the Weasel
project:
https://github.com/perl-weasel/weasel/issues
The source code repository for Weasel is at
https://github.com/perl-weasel/weasel
Community support is available through perl-weasel@googlegroups.com <mailto:perl-weasel@googlegroups.com>.
(C) 2016 Erik Huelsmann
Licensed under the same terms as Perl.
2021-01-10 | perl v5.32.0 |