Changes 806 B

1234567891011121314151617181920
  1. Revision history for Selenium-Remote-Driver
  2. 07/21/11 - PM
  3. Fixed bug in Commands.pm: definition of setImplicitWaitTimeout
  4. Added note about set_speed: a no-op for WebDriver, should be deprecated?
  5. Fixed bug in Driver.pm: missing 'css' entry in FINDERS
  6. Fixed bug in Driver.pm::find_elements: set up $using correctly
  7. 0.10 5-2-2010
  8. - Implemented support for JSON wire protocol as of a4 release of
  9. Selenium 2.0.
  10. - The main Driver & WebElement modules are implemented & functional.
  11. - Added unit tests for Driver. As of this moment only live testing is
  12. supported as the server itself is alpha & mocking its behavior doesn't
  13. help our cause.
  14. - Added POD for Driver & WebElement
  15. 0.01 2-21-2010
  16. First version, released on an unsuspecting world.