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.45 by root, Fri Sep 20 20:44:50 2019 UTC vs.
Revision 1.46 by root, Sat Sep 21 01:41:31 2019 UTC

49 49
50 https://www.w3.org/TR/webdriver1/ 50 https://www.w3.org/TR/webdriver1/
51 51
52Mozilla's C<geckodriver> has had webdriver for a long time, while 52Mozilla's C<geckodriver> has had webdriver 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
54since release 77. 54as of release 77.
55
56In debian GNU/Linux, you can install the C<firefoxdriver> or
57C<chromium-driver> packages to get the firefox/chromium webdrivers,
58respectively.
59 55
60=head2 CONVENTIONS 56=head2 CONVENTIONS
61 57
62Unless otherwise stated, all delays and time differences in this module 58Unless otherwise stated, all delays and time differences in this module
63are represented as an integer number of milliseconds. 59are represented as an integer number of milliseconds.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines