Skip to content

Commit

Permalink
History
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Dec 25, 2008
1 parent df2df61 commit 056ed85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions History.txt
Expand Up @@ -17,6 +17,7 @@

* Minor enhancements

* Maximize the browser window after initializing Selenium (Luke Melia)
* Better inspect output for Webrat elements
* Detect if the document is XML or HTML using the Content-Type when in Rails mode
* Expose #selenium method for direct access to Selenium client
Expand Down Expand Up @@ -51,6 +52,8 @@
* Raise Webrat::PageLoadError when a failure occurs so that application exceptions
can be more accurately tested (Ryan Briones)
* Helpful error message for missing option in select box. [#40] (Ben Mabey)
* Extracted save_and_open page to make it usable in Selenium mode (Luke Melia)
* Added save_and_open_screengrab for Selenium mode (Luke Melia)

* Bug fixes

Expand All @@ -67,6 +70,13 @@
* Extend Rails' ActionController::IntegrationTest instead of
ActionController::Integration::Session (Fixes using Webrat's #select method and
avoids usage of method_missing)
* Ensure that Webrat::MechanizeSession.request_page always uses an absolute
URL. (Graham Ashton)
* Strip anchor tags from URIs before passing to Rails integration session
(Noah Davis)
* Treat text and regexp when matching Selenium buttons (Ross Kaffenberger)
* Allow SeleniumSession's click_button to be called without an argument without
blowing up (Luke Melia)

== 0.3.2 / 2008-11-08

Expand Down

0 comments on commit 056ed85

Please sign in to comment.