Revision history for Perl extension Test::WWW::Selenium.
0.05
- ownership changed to Luke Closs
- Changed to use Module::Install instead of Module::Build
- removed POE based server
- added a Safari Launcher
- Added a CommandBridge class with abstract backends
- Added In-memory and file based CommandBridges
- Added a CGI-based Selenium Driver
- Added example CGI driver and example test script
- Use Mac::Applescript to control Safari, if available
0.04 (Mattia Barbon)
- Added a REST interface to Selenium Server (as an exercise).
- When running the regression tests, the SELENIUM_LAUNCHER
and SELENIUM_PROCESSOR enviornment variables can be used
to control which Launcher and CommandProcessor are used.
- The SELENIUM_BROWSERS environment variable can be used to control
which browser is used by the Pick/UnixDefault Launchers.
- Added the 'NoLaunch' launcher which does not launch any browser.
0.03 Tue Jan 10 20:14:19 CET 2006
- Added a short description of Selenium.
0.02 Tue Dec 27 21:09:47 CET 2005
- Fix handling of commands taking locators as first argument in
Test::WWW::Selenium.
- Improved the documentation.
- Added mozilla-firefox and mozffremote to the Unix browser list
(thanks to Mark Stosberg).
0.01 Tue Nov 1 10:25:24 CET 2005
- First public release.