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.10 by root, Tue Aug 28 23:33:10 2018 UTC vs.
Revision 1.11 by root, Tue Aug 28 23:47:05 2018 UTC

28 28
29This module aims to implement the W3C WebDriver specification which is the 29This module aims to implement the W3C WebDriver specification which is the
30standardised equivalent to the Selenium WebDriver API., which in turn aims 30standardised equivalent to the Selenium WebDriver API., which in turn aims
31at remotely controlling web browsers such as Firefox or Chromium. 31at remotely controlling web browsers such as Firefox or Chromium.
32 32
33At the time of this writing, it was only available as a draft document, so 33At the time of this writing, it was so brand new that I ciould only get
34changes will be expected. Also, only F<geckodriver> did implement it, or 34C<geckodriver> (For Firefox) to work, but that is expected to be fioxed
35at least, most of it. 35very soon indeed.
36 36
37To make most of this module, or, in fact, to make any reasonable use of 37To make most of this module, or, in fact, to make any reasonable use of
38this module, you would need to refer tot he W3C WebDriver document, which 38this module, you would need to refer to the W3C WebDriver recommendation,
39can be found L<here|https://w3c.github.io/webdriver/>: 39which can be found L<here|https://www.w3.org/TR/webdriver1/>:
40 40
41 https://w3c.github.io/webdriver/ 41 https://www.w3.org/TR/webdriver1/
42 42
43=cut 43=cut
44 44
45package AnyEvent::WebDriver; 45package AnyEvent::WebDriver;
46 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines