webdriver v0.5.2 Release Notes

  • API changes

    • โž• added many new Internet Explorer capabilities
    • โž• added additionalCaps to Capabilities, which allows support for non-standard capabilities
    • ๐Ÿ’ป Browser type now supports non-standard browsers via the new Browser constructor
    • โž• added support for the new unexpectedAlertBehaviour capability

    ๐Ÿ†• new features

    • ๐Ÿ†• new command getApplicationCacheStatus supported
    • error reporting for unknown commands now slightly improved

    ๐Ÿ› bug fixes

    • internal request URIs are now properly percent-encoded
    • ๐Ÿ‘Œ improved handling of browser-specific capabilities
    • ๐Ÿ›  fixed incompatability with new session creation protocol changes introduced in selenium 2.35
    • โšก๏ธ updated to work with Aeson 0.6.2 and onward