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.21 by root, Wed Aug 29 08:14:54 2018 UTC vs.
Revision 1.22 by root, Wed Aug 29 08:15:05 2018 UTC

30 30
31This module aims to implement the W3C WebDriver specification which is the 31This module aims to implement the W3C WebDriver specification which is the
32standardised equivalent to the Selenium WebDriver API., which in turn aims 32standardised equivalent to the Selenium WebDriver API., which in turn aims
33at remotely controlling web browsers such as Firefox or Chromium. 33at remotely controlling web browsers such as Firefox or Chromium.
34 34
35At the time of this writing, it was so brand new that I ciould only get 35At the time of this writing, it was so brand new that I could only get
36C<geckodriver> (For Firefox) to work, but that is expected to be fioxed 36C<geckodriver> (For Firefox) to work, but that is expected to be fixed
37very soon indeed. 37very soon indeed.
38 38
39To make most of this module, or, in fact, to make any reasonable use of 39To make most of this module, or, in fact, to make any reasonable use of
40this module, you would need to refer to the W3C WebDriver recommendation, 40this module, you would need to refer to the W3C WebDriver recommendation,
41which can be found L<here|https://www.w3.org/TR/webdriver1/>: 41which can be found L<here|https://www.w3.org/TR/webdriver1/>:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines