History.txt in bret-watircraft-0.4.0 vs History.txt in bret-watircraft-0.4.1
- old
+ new
@@ -1,5 +1,9 @@
+=== 0.4.1 / 2009-02-24
+
+* Fix bug with script\console: no such file to load -- site_start
+
=== 0.4.0 / 2009-02-23
You will need to run "watircraft ." at the root of your project in order to
update your test suite to work with this version of the WatirCraft Framework.
@@ -28,9 +32,13 @@
* Rspec tests ("describe" & "it") now execute in the context of a site, or at least
something very similar. This makes it easier to share libraries between
rspec and cucumber tests. Also easier to translate learning from one to the
other.
+* Added Page#element_exists? This method will return false if an intermediate
+ part of the Watir syntax (e.g. frame) throws a Not Found exception. This makes
+ page.element_exists(:my_element) better than using page.my_element.exists?
+
* Added Site#page method. Now, site.page("check out") is the same as
site.check_out_page
* You can now use strings as arguments to Page.element and Page.field. These
strings can even be in "human-form" with spaces and capitolization. They will