mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md [ci skip]
This commit is contained in:
parent
940d94b8de
commit
d613fd572a
1 changed files with 3 additions and 2 deletions
|
@ -5,13 +5,14 @@ Release date: unreleased
|
||||||
|
|
||||||
* Make selenium driver :backspace clear stategy work even if caret location is in middle of field content [Champier Cyril]
|
* Make selenium driver :backspace clear stategy work even if caret location is in middle of field content [Champier Cyril]
|
||||||
* Selenium issue with fieldset nested in disabled fieldset not being considered disabled
|
* Selenium issue with fieldset nested in disabled fieldset not being considered disabled
|
||||||
|
* `Session#evaluate_script` and `Element#evaluate_script` now strip leading/trailing whitespace from scripts [Ian Lesperance]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Work around Selenium lack of support for `file_detector` with remote geckodriver
|
* Work around Selenium lack of support for `file_detector` with remote geckodriver
|
||||||
* `#within_frame` locator is optional when only one frame exists
|
* `#within_frame` locator is optional when only one frame exists
|
||||||
* `Capybara.test_id` option that allows for matching the Capybara provided selector types
|
* `Capybara.test_id` option that allows for matching the Capybara provided selector types on an arbitrary attribute
|
||||||
on an arbitrary attribute - defaults to nil, set to something like 'data-test-id' if using test ids in your project
|
(defaults to nil), set to your test id attribute ('data-test-id, etc) if using test id attributes in your project
|
||||||
|
|
||||||
# Version 3.3.1
|
# Version 3.3.1
|
||||||
Release date: 2018-06-27
|
Release date: 2018-06-27
|
||||||
|
|
Loading…
Reference in a new issue