1
0

README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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 WebDriver
  4. This is a Perl Binding for Selenium 2.0 Remote WebDriver, 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. The unit tests provide varioud examples on how to invoke & use the module.
  9. INSTALLATION
  10. To install this module, run the following commands:
  11. perl Makefile.PL
  12. make
  13. make test
  14. make install
  15. SUPPORT AND DOCUMENTATION
  16. After installing, you can find documentation for this module with the
  17. perldoc command.
  18. perldoc Selenium::Remote::Driver
  19. perldoc Selenium::Remote::WebElement
  20. Please file all bugs for this module at:
  21. https://github.com/aivaturi/Selenium-Remote-Driver/issues
  22. LICENSE AND COPYRIGHT
  23. Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child
  24. Licensed under the Apache License, Version 2.0 (the "License");
  25. you may not use this file except in compliance with the License.
  26. You may obtain a copy of the License at
  27. http://www.apache.org/licenses/LICENSE-2.0
  28. Unless required by applicable law or agreed to in writing, software
  29. distributed under the License is distributed on an "AS IS" BASIS,
  30. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  31. See the License for the specific language governing permissions and
  32. limitations under the License.