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.38 by root, Tue Sep 4 01:41:35 2018 UTC vs.
Revision 1.39 by root, Tue Sep 4 01:48:09 2018 UTC

35 35
36=head1 DESCRIPTION 36=head1 DESCRIPTION
37 37
38WARNING: BEFORE VERSION 1.0, API CHANGES ARE LIKELY. 38WARNING: BEFORE VERSION 1.0, API CHANGES ARE LIKELY.
39 39
40This module aims to implement the W3C WebDriver specification which is the 40This module aims to implement the L<W3C
41WebDriver|https://www.w3.org/TR/webdriver1/> specification which is the
41standardised equivalent to the Selenium WebDriver API, which in turn aims 42standardised equivalent to the Selenium WebDriver API, which in turn aims
42at remotely controlling web browsers such as Firefox or Chromium. 43at remotely controlling web browsers such as Firefox or Chromium.
43 44
44At the time of this writing, it was so brand new that I could only get 45At the time of this writing, it was so brand new that I could only get
45C<geckodriver> (for Firefox) to work, but that is expected to be fixed 46C<geckodriver> (for Firefox) to work, but that is expected to be fixed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines