1
0

README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. Bumped up the version to 0.10 and this should work with alpha4 release of
  8. Selenium 2.0. The unit tests provide some examples on how to invoke the Driver
  9. & use the module. As of this moment only live testing (i.e. no mocking) is
  10. implemented as the Selenium server itself is in alpha.
  11. If you really want to play with bleeding edge code, download the code & play
  12. with it.
  13. INSTALLATION
  14. To install this module, run the following commands:
  15. perl Makefile.PL
  16. make
  17. make test
  18. make install
  19. SUPPORT AND DOCUMENTATION
  20. After installing, you can find documentation for this module with the
  21. perldoc command.
  22. perldoc Selenium::Remote::Driver
  23. You can also look for information at:
  24. RT, CPAN's request tracker
  25. http://rt.cpan.org/NoAuth/Bugs.html?Dist=Selenium-Remote-Driver
  26. AnnoCPAN, Annotated CPAN documentation
  27. http://annocpan.org/dist/Selenium-Remote-Driver
  28. CPAN Ratings
  29. http://cpanratings.perl.org/d/Selenium-Remote-Driver
  30. Search CPAN
  31. http://search.cpan.org/dist/Selenium-Remote-Driver/
  32. LICENSE AND COPYRIGHT
  33. Copyright (C) 2010 "Aditya Ivaturi"
  34. This program is free software; you can redistribute it and/or modify it
  35. under the terms of either: the GNU General Public License as published
  36. by the Free Software Foundation; or the Artistic License.
  37. See http://dev.perl.org/licenses/ for more information.