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.31 by root, Sat Sep 1 18:41:30 2018 UTC vs.
Revision 1.32 by root, Mon Sep 3 20:35:30 2018 UTC

41This module aims to implement the W3C WebDriver specification which is the 41This module aims to implement the W3C WebDriver specification which is the
42standardised equivalent to the Selenium WebDriver API., which in turn aims 42standardised equivalent to the Selenium WebDriver API., which in turn aims
43at remotely controlling web browsers such as Firefox or Chromium. 43at remotely controlling web browsers such as Firefox or Chromium.
44 44
45At 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
46C<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
47very soon indeed. 47very soon indeed.
48 48
49One of the design goals of this module was to stay very close to the 49One of the design goals of this module was to stay very close to the
50language and words used in the WebDriver specification itself, so to make 50language and words used in the WebDriver specification itself, so to make
51most of this module, or, in fact, to make any reasonable use of this 51most of this module, or, in fact, to make any reasonable use of this

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines