Skip to content

Commit

Permalink
Upgrade to Selenium 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hissohathair committed Oct 24, 2011
1 parent c63901a commit 459d24d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
10 changes: 8 additions & 2 deletions Changes
@@ -1,8 +1,14 @@
1.02 - Tue Oct 11 08:38:38 PDT 2011
2.90 - Mon Oct 24 22:04:00 AEDT 2011
- Update to Selenium 2.9.0

2.81 - Wed Oct 12 22:14:00 AEDT 2011
- start() throws excetion if system() fails

2.80 - Tue Oct 11 08:38:38 PDT 2011
- Update to Selenium 2.80

1.01 - Sun Sep 13 10:50:00 AEDT 2009
- Incorporated selenum-sever-.jar from Selenium RC 1.0 final release
- Incorporated selenum-sever.jar from Selenium RC 1.0 final release
- Removed hack for launching the java server on Mac OSX. If you need it
in your environment, set the environment variable SELENIUMRC_USE_SIC.

Expand Down
14 changes: 7 additions & 7 deletions SIGNATURE
Expand Up @@ -14,7 +14,7 @@ not run its Makefile.PL or Build.PL.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

SHA1 d147b004ec27613281b78b09b9126b66d82a5b1d Changes
SHA1 fe397cb05f1a1907b14e93341fb65a0dfe4dbfcc Changes
SHA1 dafcae91877d51ae83cfbba9d03308490f9de6e2 MANIFEST
SHA1 211a8be8ede446d212b08d9340fd7af7cc0daea3 MANIFEST.SKIP
SHA1 0cfc5e87799d572c6cd6434aaa6bfecca9514b3f Makefile.PL
Expand All @@ -32,16 +32,16 @@ SHA1 0807e79d6dbfda4fcd3db0fc7df2e33e0cba263b inc/Module/Install/Metadata.pm
SHA1 567fde53d9f24db2ab823d1031dec5e48f55def6 inc/Module/Install/Scripts.pm
SHA1 4da0a1fce2339cc3f8c296c7716480d2564d9470 inc/Module/Install/Win32.pm
SHA1 9a903a1d178954ad864c7dcc98f9fa5c005d1553 inc/Module/Install/WriteAll.pm
SHA1 673cc9be728c20538c3fb716a525567043aa96e2 lib/Alien/SeleniumRC.pm
SHA1 c7c879af5c911589e7a73cf4877cfe43e5c29000 lib/Alien/SeleniumRC/selenium-server.jar
SHA1 92049690bdb4cc9eb7f671ba03d32512531719e4 lib/Alien/SeleniumRC.pm
SHA1 97ec71a5685f2d826b4c667ed79a512cd85bc112 lib/Alien/SeleniumRC/selenium-server.jar
SHA1 c7df99a51d63cb56ebc44e29d69f87468e861c6a t/script.t
SHA1 53fb788240dc5bf110ad39edf342f3960be1c3bd t/seleniumrc.t
SHA1 f7394488f7cd7b10fce0a3e8c00e1739ee5d514f t/seleniumrc.t
SHA1 e419c115df69d398e4012edc109cb4fdba035dc8 t/signature.t
SHA1 3da8dfea87c8a13ad0307630b33b71ae08fc2d00 util/fetch_selenium_server_jar.pl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAk6UWzoACgkQSKW5SPIY6LovIACfStNZ/KTcfNXXSsIiZi6mLAg0
Xv4Anih82aTuZ9s5wik1FMgQv6vDynzf
=62SZ
iEYEARECAAYFAk6lRmgACgkQSKW5SPIY6Lqo1ACfYDOay9s8LGn9CqN20wn/dkD8
fo0An2SYz6b8aEoichVwfAg6cotRkldG
=YLZE
-----END PGP SIGNATURE-----
9 changes: 5 additions & 4 deletions lib/Alien/SeleniumRC.pm
Expand Up @@ -2,7 +2,7 @@ package Alien::SeleniumRC;
use strict;
use warnings;

our $VERSION = '2.80';
our $VERSION = '2.90';
our $VERBOSE = 1;

use 5.006;
Expand Down Expand Up @@ -62,7 +62,7 @@ website using any mainstream JavaScript-enabled browser.
The Selenium Server is needed in order to run either Selenium RC style
scripts or Remote Selenium Webdriver ones. The 2.x server (provided
from this module's version 2.80) is a drop-in replacement for the old
from this module's version 2.9.0) is a drop-in replacement for the old
Selenium RC server and is designed to be backwards compatible with
your existing infrastructure.
Expand All @@ -75,7 +75,8 @@ performs automated tasks in JavaScript.
=head2 C<start>
This method launches the Selenium Server bundled in this package.
This call will block until the server is killed.
This call will block until the server is killed. The method will throw
an exception with C<die> if the C<system> call returns an error.
The first argument passed to start() will be passed to
selenium-server.jar as a command line argument.
Expand All @@ -88,7 +89,7 @@ Prints the selenium-server.jar usage.
A copy of C<selenium-server.jar> is installed in the C<Alien::SeleniumRC>
module directory. The Selenium RC version in this distribution is
B<Version 2.8.0>, released September 2011.
B<Version 2.9.0>, released October 2011.
To update your local copy, download SeleniumRC from L<http://seleniumhq.org/download/>
and extract the file C<selenium-server.jar>. Copy it to the Alien::SeleniumRC
Expand Down
Binary file modified lib/Alien/SeleniumRC/selenium-server.jar
Binary file not shown.

0 comments on commit 459d24d

Please sign in to comment.