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.30 by root, Sat Sep 1 04:21:00 2018 UTC vs.
Revision 1.31 by root, Sat Sep 1 18:41:30 2018 UTC

34 ->key ("{Enter}") 34 ->key ("{Enter}")
35 ->perform; 35 ->perform;
36 36
37=head1 DESCRIPTION 37=head1 DESCRIPTION
38 38
39WARNING: THE API IS NOT GUARANTEED TO BE STABLE UNTIL VERSION 1.0. 39WARNING: BEFORE VERSION 1.0, API CHANGES ARE LIKELY.
40 40
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines