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.36 by root, Tue Sep 4 01:20:49 2018 UTC vs.
Revision 1.37 by root, Tue Sep 4 01:21:21 2018 UTC

66 66
67use Carp (); 67use Carp ();
68use AnyEvent (); 68use AnyEvent ();
69use AnyEvent::HTTP (); 69use AnyEvent::HTTP ();
70 70
71our $VERSION = 0.9; 71our $VERSION = 0.91;
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