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:
parent
1f79274036
commit
007a095ee3
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue