We're happy to announce the release of Selenium-Core-0.8.0, which can be
downloaded from
http://release.openqa.org/selenium-core/0.8.0/
Highlights include:
- a "multiWindow" option which places the application-under-test in a separate window, allowing testing of "frame-busting" apps;
- more reliable page-load detection for popup windows;
- new cookie-management actions;
- a run-speed slider and "Pause" button which replace the old Run/Walk/Step radio-buttons;
- many bug-fixes and stability improvements;
- tested against latest versions of Firefox, IE6, Opera, Konqueror, Safari and WebKit.
Warnings:
- Use of the multiWindow layout in Firefox requires installation of the "readyState.xpi" extension, available in the Selenium Core distribution.
- We've been doing a lot of refactoring within the Selenium Javascript code, particularly in the area of the "TestRunner" user-interface: it's likely that some user-extensions may break as a result.