capybara-webkit/NEWS.md

14 lines
592 B
Markdown
Raw Normal View History

2012-02-17 19:06:35 +00:00
New for 0.10.0:
* current_url now more closely matches the behavior of Selenium
* custom MAKE, QMAKE, and SPEC options can be set from the environment
* BUG: Selected attribute is no longer removed when selecting/deselecting. Only the property is changed.
2012-02-03 21:53:24 +00:00
New for 0.9.0:
* Raise an error when an invisible element receives #click.
* Raise ElementNotDisplayedError for #drag_to and #select_option when element is invisible.
* Trigger mousedown and mouseup events.
* Model mouse events more closely to the browser.
* Try to detech when a command starts a page load and wait for it to finish