watir-webdriver.gemspec in watir-webdriver-0.5.0 vs watir-webdriver.gemspec in watir-webdriver-0.5.1
- old
+ new
@@ -36,7 +36,17 @@
* Watir::Select#selected_options no longer returns Array<String>, but Array<Watir::Option>
[ https://github.com/watir/watir-webdriver/issues/21 ]
* Finding elements by :class now matches partial class attributes.
[ https://github.com/watir/watir-webdriver/issues/36 ]
+Additionally, watir-webdriver 0.5.1 removes the following deprecated methods:
+
+ * element_by_xpath : replaced by .element(:xpath, '...')
+ * elements_by_xpath : replaced by .elements(:xpath, '...')
+
+And deprecates the following methods:
+
+ * Browser#clear_cookies - replaced by Browser#cookies API
+ [ https://github.com/watir/watir-webdriver/issues/24 ]
+
MSG
end