S::R::D

Gordon Child 201a725350 Modifications for release testing il y a 14 ans
lib 70aad06862 Removed global $driver variable from WebElement.pm il y a 14 ans
t 201a725350 Modifications for release testing il y a 14 ans
.gitignore 9530890661 added a gitignore file il y a 14 ans
.includepath 6406864371 Initial commit for bindings il y a 16 ans
.project 6406864371 Initial commit for bindings il y a 16 ans
Changes 279b80cf74 Fixed bug in Commands.pm: definition of setImplicitWaitTimeout il y a 14 ans
MANIFEST 201a725350 Modifications for release testing il y a 14 ans
MANIFEST.SKIP 201a725350 Modifications for release testing il y a 14 ans
Makefile.PL 6efb07ddd6 Includes recent changes. il y a 15 ans
README 2d0d5f5e5c removed CPAN boiler plate for README il y a 15 ans
driver-example.pl ab046a370d updated driver-example per request from wshayes il y a 14 ans
ide-plugin.js 08bf5460a6 added an initial ide-plugin il y a 14 ans
ignore.txt 6406864371 Initial commit for bindings il y a 16 ans

README

*** NOTE: Most of the JSON Wire Protocol http://code.google.com/p/selenium/wiki/JsonWireProtocol
*** has been implemented. This is still beta quality code.

Perl Bindings for Selenium 2.0 Remote Driver

This is a Perl Binding for Selenium 2.0 Remote Driver, which you should download
from http://code.google.com/p/selenium; look for selenium-server-standalone.jar.
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.

Bumped up the version to 0.10 and this should work with beta1 release of
Selenium 2.0. The unit tests provide some examples on how to invoke the Driver
& use the module.

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

Please file all bugs for this module at:

https://github.com/aivaturi/Selenium-Remote-Driver/issues

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.