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.9 by root, Tue Aug 28 23:30:45 2018 UTC vs.
Revision 1.10 by root, Tue Aug 28 23:33:10 2018 UTC

46 46
47use common::sense; 47use common::sense;
48 48
49use Carp (); 49use Carp ();
50use JSON::XS (); 50use JSON::XS ();
51use AnyEvent ();
51use AnyEvent::HTTP (); 52use AnyEvent::HTTP ();
52 53
53our $VERSION = 0; 54our $VERSION = 0.1;
54 55
55our $WEB_ELEMENT_IDENTIFIER = "element-6066-11e4-a52e-4f735466cecf"; 56our $WEB_ELEMENT_IDENTIFIER = "element-6066-11e4-a52e-4f735466cecf";
56 57
57my $json = JSON::XS->new 58my $json = JSON::XS->new
58 ->utf8; 59 ->utf8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines