S::R::D

Aditya Ivaturi 22383e6277 blah blah blah...does any one read README? 15 years ago
lib 067d1dcc50 fixed the find_element method, looks like the FINDERS I've been using are wrong or the server hasn't iplemented all finders yet. 15 years ago
t 7c8d1266ff Added an extra link for testing 15 years ago
.includepath 6406864371 Initial commit for bindings 16 years ago
.project 6406864371 Initial commit for bindings 16 years ago
Changes 22383e6277 blah blah blah...does any one read README? 15 years ago
MANIFEST 22383e6277 blah blah blah...does any one read README? 15 years ago
Makefile.PL 6efb07ddd6 Includes recent changes. 15 years ago
README 22383e6277 blah blah blah...does any one read README? 15 years ago
driver-example.pl 6406864371 Initial commit for bindings 16 years ago
ignore.txt 6406864371 Initial commit for bindings 16 years ago

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.

Bumped up the version to 0.10 and this should work with alpha4 release of
Selenium 2.0. The unit tests provide some examples on how to invoke the Driver
& use the module. As of this moment only live testing (i.e. no mocking) is
implemented as the Selenium server itself is in alpha.

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.