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.41 by root, Fri Sep 20 19:48:34 2019 UTC vs.
Revision 1.42 by root, Fri Sep 20 20:15:58 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines