You are not logged in Log in Join
You are here: Home » Members » Tres Seaver's Zope.org Site » Zope-Selenium Integration » Zelenium-0.7 » Zelenium 0.7 Released » View NewsItem

Log in
Name

Password

 

Zelenium 0.7 Released

An updated version of Zelenium, a Zope2 product for through-the-web, browser-based functional testing of Zope sites, is now available. The most significant new feature in this release is that Zelenium has been updated to use the "core application" from Selenium 0.4.0.

Information

Please see the README and the changelog for more information.

Downloads

Note

Due to the upgrade of the underlying Selenium "core application", the semantics of the click verb have changed; that verb no longer waits by default for a new page load, and it no longer has a nowait modifier. Test cases which previously used click should now use clickAndWait to get the desired semantics. See the Selenium changelog for more detailed information.