0.0.23 (2010-06-15) =================== * Improved the HTTP clients: - hopefully fix some occasional socket errors on Windows - rescue error on driver.close() with curb 0.0.22 (2010-06-11) =================== * Bugfix: Workaround for http://github.com/taf2/curb/issues/issue/33 - curb would sometimes use DELETE for GET requests. * Minor doc fix * Add ability to set timeout for HTTP clients 0.0.21 (2010-06-11) =================== * User can specify :http_client for the Firefox driver. * Refactor HTTP client code * Add Remote::Http::Curb as an alternative to the default (net/http) client. 0.0.20 (2010-06-03) =================== * Fix bug where Firefox would hang on quit(). 0.0.19 (2010-05-31) =================== * Add a max redirect check to the remote driver * Add Firefox::Profile#assume_untrusted_certificate_issuer= * Add implicit waits (Selenium::WebDriver::Timeouts) * at_exit hook to clean temporary profiles * Fix for Errno::ECONNABORTED errors on Windows * Fix issue where Firefox::Profile#secure_ssl= would have no effect * Fix issue where locating elements by :css would fail in the Chrome driver. * IE driver now works on 64-bit rubies.