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.54 by root, Fri Mar 27 18:08:23 2020 UTC vs.
Revision 1.55 by root, Fri Mar 27 18:09:46 2020 UTC

59L<github|https://github.com/mozilla/geckodriver/releases>. 59L<github|https://github.com/mozilla/geckodriver/releases>.
60 60
61=head2 CONVENTIONS 61=head2 CONVENTIONS
62 62
63Unless otherwise stated, all delays and time differences in this module 63Unless otherwise stated, all delays and time differences in this module
64are represented as an integer number of milliseconds. 64are represented as an integer number of milliseconds, which is perhaps
65surprising to users of my other modules but is what the WebDriver spec
66uses.
65 67
66=cut 68=cut
67 69
68package AnyEvent::WebDriver; 70package AnyEvent::WebDriver;
69 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines