Zelenium 0.7 Released
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.