S::R::D

Aditya Ivaturi e86959f56a Adding mock recordings for weblelement on windows 14 years ago
inc 70c8858116 put Module::Install includes back 14 years ago
lib 2d5989f58a Changed references of SeleniumRC to SeleniumWebDriver to avoid confusion 14 years ago
t e86959f56a Adding mock recordings for weblelement on windows 14 years ago
.gitignore e4d8729648 Added komodo ignores 14 years ago
.includepath 6406864371 Initial commit for bindings 16 years ago
.project 6406864371 Initial commit for bindings 16 years ago
Changes 77f42f8456 version bump, created changelog for 0.11, added current maintainer section 14 years ago
MANIFEST ecffa998ac Modified manifest to reflect changes 14 years ago
MANIFEST.SKIP 4ed6877ed7 Removed ignore.txt 14 years ago
Makefile.PL 58a349cae0 Added a new test that does not connect to a seleniumrc 14 years ago
README 1858d2048c Updated copyright & license to mirror that in the moduel 14 years ago
driver-example.pl 9b8362c96b updated driver-example.pl on how to use Selenium::Remote::Driver with Test::More 14 years ago
ide-plugin.js 08bf5460a6 added an initial ide-plugin 14 years ago

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 WebDriver

This is a Perl Binding for Selenium 2.0 Remote WebDriver, 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.

The unit tests provide varioud examples on how to invoke & 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
perldoc Selenium::Remote::WebElement

Please file all bugs for this module at:

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

LICENSE AND COPYRIGHT

Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.