Update History.md

This commit is contained in:
Thomas Walpole 2017-05-01 11:10:37 -07:00 committed by GitHub
parent 35f021e3b5
commit a638511278
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Release date: Unreleased
### Added ### Added
* "threadsafe" mode that allows per-session configuration
* `:type` filter added to the `:fillable_field` selector
* Proxy methods when using RSpec for `all`/`within` that call either the Capybara::DSL or RSpec matchers * Proxy methods when using RSpec for `all`/`within` that call either the Capybara::DSL or RSpec matchers
depending on arguments passed depending on arguments passed
* Support for the new errors in selenium-webdriver 3.4 * Support for the new errors in selenium-webdriver 3.4
@ -11,8 +13,9 @@ Release date: Unreleased
### Fixed ### Fixed
* Element#inspect doesn't raise an error on obsolete elements * Element#inspect doesn't raise an error on obsolete elements
* Setting a contenteditable element with Selenium and Chrome 58 * Setting a contenteditable element with Selenium and Chrome 59
* Workaround a hang while setting the window size when using geckodriver 0.16 and Firefox 53 * Workaround a hang while setting the window size when using geckodriver 0.16 and Firefox 53
* Clicking on url with a blank href goes to the current url when using the RackTest driver
# Version 2.13.0 # Version 2.13.0