capybara-webkit/NEWS.md

55 lines
2.0 KiB
Markdown
Raw Normal View History

2012-11-09 18:09:28 +00:00
New for 0.13.0:
2012-09-07 14:18:48 +00:00
* Better detect page load success, and better handle load failures.
* HTTP Basic Auth support.
2012-11-09 17:36:34 +00:00
* within_window support.
2012-09-07 14:18:48 +00:00
* More useful and detailed debugging output.
* Catch up with recent capybara releases.
* Ignore errors from canceled requests.
* Follow how Selenium treats focus and blur form events.
* Control JavaScript prompts from Ruby.
* Each command has a configurable timeout.
* Performance improvements on Linux.
* Support empty `multiple` attributes.
New for 0.12.1:
* Fix integration with newer capybara for the debugging driver.
2012-05-11 18:05:54 +00:00
New for 0.12.0:
* Better windows support
* Support for localStorage
* Added support for oninput event
* Added resize_window method
* Server binds on LocalHost to prevent having to add firewall exceptions
* Reuse NetworkAccessManager to prevent "too many open files" errors
* Response messages are stored as QByteArray to prevent truncating content
* Browser no longer tries to read empty responses (Fixes jruby issues).
* Server will timeout if it can not start
New for 0.11.0:
2012-03-16 14:35:31 +00:00
* Allow interaction with invisible elements
* Use Timeout from stdlib since Capybara.timeout is being removed
2012-03-02 18:53:05 +00:00
New for 0.10.1:
2012-03-16 14:35:31 +00:00
2012-03-02 18:53:05 +00: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 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