1
0

README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. *** NOTE: This is not yet ready for end user to use ****
  2. Perl Bindings for Selenium 2.0 Remote Driver
  3. This is a very early (read alpha) work of Perl Bindings for Selenium
  4. 2.0 bindings. This binding will not work with the 1.0 version of
  5. Selenium. Please use WWW::Selenium from CPAN if you're interested in
  6. 1.0 bindings.
  7. The wire protocol has changed for Selenium remote server since alpha1 &
  8. this code is currently only going to work with alpha2 release of the server.
  9. Some of the code & most of the test suites are pretty much boiler
  10. plate, so if you really want to play with bleeding edge code, download
  11. the code & play with it.
  12. INSTALLATION
  13. To install this module, run the following commands:
  14. perl Makefile.PL
  15. make
  16. make test
  17. make install
  18. SUPPORT AND DOCUMENTATION
  19. After installing, you can find documentation for this module with the
  20. perldoc command.
  21. perldoc Selenium::Remote::Driver
  22. You can also look for information at:
  23. RT, CPAN's request tracker
  24. http://rt.cpan.org/NoAuth/Bugs.html?Dist=Selenium-Remote-Driver
  25. AnnoCPAN, Annotated CPAN documentation
  26. http://annocpan.org/dist/Selenium-Remote-Driver
  27. CPAN Ratings
  28. http://cpanratings.perl.org/d/Selenium-Remote-Driver
  29. Search CPAN
  30. http://search.cpan.org/dist/Selenium-Remote-Driver/
  31. LICENSE AND COPYRIGHT
  32. Copyright (C) 2010 "Aditya Ivaturi"
  33. This program is free software; you can redistribute it and/or modify it
  34. under the terms of either: the GNU General Public License as published
  35. by the Free Software Foundation; or the Artistic License.
  36. See http://dev.perl.org/licenses/ for more information.