1
0

README 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. *** NOTE: Most of the JSON Wire Protocol http://code.google.com/p/selenium/wiki/JsonWireProtocol
  2. *** has been implemented. This is still beta quality code.
  3. Perl Bindings for Selenium 2.0 Remote Driver
  4. This is a Perl Binding for Selenium 2.0 Remote Driver, which you should download
  5. from http://code.google.com/p/selenium; look for selenium-server-standalone.jar.
  6. This binding will not work with the 1.0 version of Selenium. Please use
  7. WWW::Selenium from CPAN if you're interested in 1.0 bindings.
  8. Bumped up the version to 0.10 and this should work with beta1 release of
  9. Selenium 2.0. The unit tests provide some examples on how to invoke the Driver
  10. & use the module.
  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. Please file all bugs for this module at:
  22. https://github.com/aivaturi/Selenium-Remote-Driver/issues
  23. LICENSE AND COPYRIGHT
  24. Copyright (C) 2010 "Aditya Ivaturi"
  25. This program is free software; you can redistribute it and/or modify it
  26. under the terms of either: the GNU General Public License as published
  27. by the Free Software Foundation; or the Artistic License.
  28. See http://dev.perl.org/licenses/ for more information.