README 1.5 KB

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