2012-03-16 11:40:41 -04:00
|
|
|
New for 0.11.0:
|
2012-03-16 10:35:31 -04:00
|
|
|
|
|
|
|
* Allow interaction with invisible elements
|
|
|
|
* Use Timeout from stdlib since Capybara.timeout is being removed
|
|
|
|
|
2012-03-02 13:53:05 -05:00
|
|
|
New for 0.10.1:
|
2012-03-16 10:35:31 -04:00
|
|
|
|
2012-03-02 13:53:05 -05:00
|
|
|
* LANG environment variable is set to en_US.UTF-8 in order to avoid string encoding issues from qmake.
|
|
|
|
* pro, find_command, and CommandFactory are more structured.
|
|
|
|
* Changed wiki link and directing platform specific issues to the google group.
|
|
|
|
* Pass proper keycode value for keypress events.
|
|
|
|
|
2012-02-17 14:06:35 -05: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 16:53:24 -05: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
|