S::R::D

Aditya Ivaturi 3f0884a091 Added extra check to make sure that mocking json is available on the given platform, otherwise skips the tests vor 14 Jahren
inc 70c8858116 put Module::Install includes back vor 14 Jahren
lib 2d5989f58a Changed references of SeleniumRC to SeleniumWebDriver to avoid confusion vor 14 Jahren
t 3f0884a091 Added extra check to make sure that mocking json is available on the given platform, otherwise skips the tests vor 14 Jahren
.gitignore e4d8729648 Added komodo ignores vor 14 Jahren
.includepath 6406864371 Initial commit for bindings vor 16 Jahren
.project 6406864371 Initial commit for bindings vor 16 Jahren
Changes 77f42f8456 version bump, created changelog for 0.11, added current maintainer section vor 14 Jahren
MANIFEST ecffa998ac Modified manifest to reflect changes vor 14 Jahren
MANIFEST.SKIP 4ed6877ed7 Removed ignore.txt vor 14 Jahren
Makefile.PL 58a349cae0 Added a new test that does not connect to a seleniumrc vor 14 Jahren
README 2d0d5f5e5c removed CPAN boiler plate for README vor 15 Jahren
driver-example.pl 9b8362c96b updated driver-example.pl on how to use Selenium::Remote::Driver with Test::More vor 14 Jahren
ide-plugin.js 08bf5460a6 added an initial ide-plugin vor 14 Jahren

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.