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.46 by root, Sat Sep 21 01:41:31 2019 UTC vs.
Revision 1.47 by root, Fri Sep 27 03:31:02 2019 UTC

66 66
67use Carp (); 67use Carp ();
68use AnyEvent (); 68use AnyEvent ();
69use AnyEvent::HTTP (); 69use AnyEvent::HTTP ();
70 70
71our $VERSION = '1.0'; 71our $VERSION = '1.01';
72 72
73our $WEB_ELEMENT_IDENTIFIER = "element-6066-11e4-a52e-4f735466cecf"; 73our $WEB_ELEMENT_IDENTIFIER = "element-6066-11e4-a52e-4f735466cecf";
74our $WEB_WINDOW_IDENTIFIER = "window-fcc6-11e5-b4f8-330a88ab9d7f"; 74our $WEB_WINDOW_IDENTIFIER = "window-fcc6-11e5-b4f8-330a88ab9d7f";
75our $WEB_FRAME_IDENTIFIER = "frame-075b-4da1-b6ba-e579c2d3230a"; 75our $WEB_FRAME_IDENTIFIER = "frame-075b-4da1-b6ba-e579c2d3230a";
76 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines