History.rdoc in watirsplash-0.2.9 vs History.rdoc in watirsplash-0.2.10
- old
+ new
@@ -1,5 +1,9 @@
+=== Version 0.2.10 / 2010-10-14
+
+ * Added Watir 1.6.6 dependency
+
=== Version 0.2.9 / 2010-10-14
* AutoItHelper is no more! Using RAutomation gem instead
* JavaScript error messages are not screenshotted anymore due to it's complexity and vagueness of the messages themselves
* deleted #wait_until? and #wait_while? methods
@@ -14,10 +18,10 @@
=== Version 0.2.6 / 2010-09-12
* moved a lot of documentation from the README to the wiki at http://github.com/jarmo/watirsplash/wiki
* Timeout::Error will be raised if browser hasn't loaded page within 5 minutes
- * added Watir::WaitHelper with inconvenience methods like #when_present, #wait_until_present,
+ * added Watir::WaitHelper with convenience methods like #when_present, #wait_until_present,
#wait_while_present, #wait_while and #wait_while? - see about usage from the wiki!
Timeout Exception class is now Watir::WaitHelper::TimeoutError when using the methods above
* removed #file_path and #native_file_path methods - use File.path and File.native_path methods instead
* removed #download_file method - use Watir::Element#save_as method instead:
# no need to perform #click_no_wait anymore
\ No newline at end of file