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.56 by root, Fri Mar 27 18:19:38 2020 UTC vs.
Revision 1.57 by root, Fri Mar 27 19:11:30 2020 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines