There are two new versions of the Selenium helper available.

Version 0.2 is a bug fix release. It was created by Felix Geisendörfer, and fixes a XPath problem with Internet Explorer. Thanks Felix!

Version 0.3 supports the new release of Selenium (version 0.7.0). A lot of new functions have been added (such functions are marked with “@since 0.7″ in the source code of the helper). Especially the testing of Ajax functionality has become easier with all the new waitFor functions.

If you update to the new version of Selenium, please be aware that the functions store() and pause() have been removed!

The update process is simple (if you are new to Selenium, see also http://cakebaker.wordpress.com/2006/03/22/selenium/):

  1. Download Selenium
  2. Copy the content of the core folder in the zip file to app/webroot/selenium
  3. Replace the helper
  4. Execute your tests

Happy testing :)