ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-WebDriver/WebDriver.pm
(Generate patch)

Comparing AnyEvent-WebDriver/WebDriver.pm (file contents):
Revision 1.44 by root, Fri Sep 20 20:37:30 2019 UTC vs.
Revision 1.45 by root, Fri Sep 20 20:44:50 2019 UTC

1568 1568
1569Since building large action lists can take nontrivial amounts of time, 1569Since building large action lists can take nontrivial amounts of time,
1570it can make sense to build an action list only once and then perform it 1570it can make sense to build an action list only once and then perform it
1571multiple times. 1571multiple times.
1572 1572
1573Actions must not be added after compiling a list. 1573No additional actions must be added after compiling an action list.
1574 1574
1575=cut 1575=cut
1576 1576
1577sub compile { 1577sub compile {
1578 my ($self) = @_; 1578 my ($self) = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines