S::R::D

Aditya Ivaturi 8d6de51c9f Added POD for all the methods that are exposed to the end user. %!s(int64=15) %!d(string=hai) anos
lib 8d6de51c9f Added POD for all the methods that are exposed to the end user. %!s(int64=15) %!d(string=hai) anos
t 2170221d0e selenium-test-server.pl is going to simulate a Selenium 2.0 REST servie to aid in testing. It will support all the resources defined in JSON Wire protocol. Think of this an instance of a MockObject so that the remote bindings can be tested without the need for an actual Selenium 2.0 remote server. This script will start a server at port 4444. %!s(int64=15) %!d(string=hai) anos
.includepath 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos
.project 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos
Changes 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos
MANIFEST 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos
Makefile.PL 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos
README 0e39ea1f77 Added extra note to notify that this is not ready for general use yet. %!s(int64=15) %!d(string=hai) anos
driver-example.pl 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos
ignore.txt 6406864371 Initial commit for bindings %!s(int64=16) %!d(string=hai) anos

README

*** NOTE: This is not yet ready for end user to use ****

Perl Bindings for Selenium 2.0 Remote Driver

This is a very early (read alpha) work of Perl Bindings for Selenium
2.0 bindings. This binding will not work with the 1.0 version of
Selenium. Please use WWW::Selenium from CPAN if you're interested in
1.0 bindings.

The wire protocol has changed for Selenium remote server since alpha1 &
this code is currently only going to work with alpha2 release of the server.

Some of the code & most of the test suites are pretty much boiler
plate, so if you really want to play with bleeding edge code, download
the code & play with it.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

perldoc Selenium::Remote::Driver

You can also look for information at:

RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Selenium-Remote-Driver

AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Selenium-Remote-Driver

CPAN Ratings
http://cpanratings.perl.org/d/Selenium-Remote-Driver

Search CPAN
http://search.cpan.org/dist/Selenium-Remote-Driver/


LICENSE AND COPYRIGHT

Copyright (C) 2010 "Aditya Ivaturi"

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.