Browse Source

Includes recent changes.

Aditya Ivaturi 15 năm trước cách đây
mục cha
commit
6efb07ddd6
3 tập tin đã thay đổi với 10 bổ sung5 xóa
  1. 4 1
      Changes
  2. 5 3
      MANIFEST
  3. 1 1
      Makefile.PL

+ 4 - 1
Changes

@@ -1,5 +1,8 @@
 Revision history for Selenium-Remote-Driver
 
-0.01    Date/time
+0.10    5-2-2010
+        Implemented support for JSON wire protocol as of a4 release of
+        Selenium 2.0
+0.01    2-21-2010
         First version, released on an unsuspecting world.
 

+ 5 - 3
MANIFEST

@@ -3,7 +3,9 @@ MANIFEST
 Makefile.PL
 README
 lib/Selenium/Remote/Driver.pm
+lib/Selenium/Remote/WebElement.pm
+lib/Selenium/Remote/RemoteConnection.pm
+lib/Selenium/Remote/ErrorHandler.pm
+lib/Selenium/Remote/Commands.pm
 t/00-load.t
-t/manifest.t
-t/pod-coverage.t
-t/pod.t
+t/01-driver.t

+ 1 - 1
Makefile.PL

@@ -11,7 +11,7 @@ build_requires 'HTTP::Headers';
 build_requires 'HTTP::Request';
 build_requires 'Carp';
 build_requires 'JSON';
-build_requires 'String::TT';
+build_requires 'Net::Ping';
 
 auto_install;