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.18 by root, Wed Aug 29 06:39:10 2018 UTC vs.
Revision 1.19 by root, Wed Aug 29 07:48:19 2018 UTC

58use AnyEvent::HTTP (); 58use AnyEvent::HTTP ();
59 59
60our $VERSION = 0.5; 60our $VERSION = 0.5;
61 61
62our $WEB_ELEMENT_IDENTIFIER = "element-6066-11e4-a52e-4f735466cecf"; 62our $WEB_ELEMENT_IDENTIFIER = "element-6066-11e4-a52e-4f735466cecf";
63our $WEB_WINDOW_IDENTIFIER = "window-fcc6-11e5-b4f8-330a88ab9d7f";
64our $WEB_FRAME_IDENTIFIER = "frame-075b-4da1-b6ba-e579c2d3230a";
63 65
64my $json = eval { require JSON::XS; JSON::XS:: } || do { require JSON::PP; JSON::PP:: }; 66my $json = eval { require JSON::XS; JSON::XS:: } || do { require JSON::PP; JSON::PP:: };
65$json = $json->new->utf8; 67$json = $json->new->utf8;
66 68
67$json->boolean_values (0, 1) 69$json->boolean_values (0, 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines