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.53 by root, Fri Mar 27 17:50:34 2020 UTC vs.
Revision 1.54 by root, Fri Mar 27 18:08:23 2020 UTC

50 https://www.w3.org/TR/webdriver1/ 50 https://www.w3.org/TR/webdriver1/
51 51
52Mozilla's C<geckodriver> has had webdriver support for a long time, while 52Mozilla's C<geckodriver> has had webdriver support for a long time, while
53C<chromedriver> only has basic and mostly undocumented webdriver support 53C<chromedriver> only has basic and mostly undocumented webdriver support
54as of release 77. 54as of release 77.
55
56In Debian GNU/Linux, you can install the chromedriver for chromium
57via the C<chromium-driver> package. Unfortunately, there is no
58(working) package for geckodriver, but you can download it from
59L<github|https://github.com/mozilla/geckodriver/releases>.
55 60
56=head2 CONVENTIONS 61=head2 CONVENTIONS
57 62
58Unless otherwise stated, all delays and time differences in this module 63Unless otherwise stated, all delays and time differences in this module
59are represented as an integer number of milliseconds. 64are represented as an integer number of milliseconds.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines