1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update History.md

This commit is contained in:
Thomas Walpole 2016-12-29 18:38:32 -08:00 committed by GitHub
parent 1f79274036
commit 007a095ee3

View file

@ -3,12 +3,15 @@ Release date: unreleased
### Added ### Added
* Session#switch_to_frame for manually handling frame switching - Issue #1365 [Thomas Walpole] * Session#switch_to_frame for manually handling frame switching - Issue #1365 [Thomas Walpole]
* Session#execute_script and Session#evaluate_script now accept optional arguments that will be based to the JS function. This may not be supported * Session#execute_script and Session#evaluate_script now accept optional arguments that will be passed to the JS function. This may not be supported
by all drivers, and the types of arguments that may be passed is limited. If drivers opt to support this feature they should support passing page elements. by all drivers, and the types of arguments that may be passed is limited. If drivers opt to support this feature they should support passing page elements.
* :exact option for text and title matchers * :exact option for text and title matchers
* :exact_text option for selector finders/minders * :exact_text option for selector finders/minders
* Capybara.exact_text setting that affects the text matchers and :text options passed to selector finders/matchers. * Capybara.exact_text setting that affects the text matchers and :text options passed to selector finders/matchers.
### Fixed
* Fields inside a disabled fieldset are now correctly considered disabled in the rack-test driver
#Version 2.11.0 #Version 2.11.0
Release date: 2016-12-05 Release date: 2016-12-05