Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ license = Perl_5

[MetaResources]
homepage = https://weasel.pm/
bugtracker.web = https://github.com/perl-weasel/weasel/issues
repository.url = https://github.com/perl-weasel/weasel.git
repository.web = https://github.com/perl-weasel/weasel
bugtracker.web = https://github.com/perl-weasel/weasel-driverrole/issues
repository.url = https://github.com/perl-weasel/weasel-driverrole.git
repository.web = https://github.com/perl-weasel/weasel-driverrole
repository.type = git

[@Basic]
Expand Down
15 changes: 9 additions & 6 deletions lib/Weasel/DriverRole.pm
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,11 @@ sub wait_for {

=item clear($element_id)

Clicks on an element if an element id is provided, or on the current
mouse location otherwise.
Clears an element.

For example, set the value of a text input field to be an empty string,
empty a file selector, clear the text content of a C<textarea> or C<output>
element.

=cut

Expand Down Expand Up @@ -370,8 +373,8 @@ Erik Huelsmann

=head1 BUGS AND LIMITATIONS

Bugs can be filed in the GitHub issue tracker for the Weasel project:
https://github.com/perl-weasel/weasel/issues
Bugs can be filed in the GitHub issue tracker:
https://github.com/perl-weasel/weasel-driverrole/issues

=head2 Other remarks

Expand All @@ -381,8 +384,8 @@ role into a separate dist.

=head1 SOURCE

The source code repository for Weasel is at
https://github.com/perl-weasel/weasel
The source code repository for Weasel::DriverRole is at
https://github.com/perl-weasel/weasel-driverrole

=head1 SUPPORT

Expand Down