Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2018-07-16 16:42:10 -07:00
parent e320f5d7fc
commit 252b77c067
2 changed files with 9 additions and 2 deletions

View File

@ -1,9 +1,16 @@
# Version 3.4.0
Release date: unreleased
### Fixed
* 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
### Added
* Wrokarounnd 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
* `Capybara.test_id` option that allows for matching the Capybara provided selector types
on an arbitrary attribute - defaults to `data-test-id`
# Version 3.3.1
Release date: 2018-06-27

View File

@ -410,7 +410,7 @@ module Capybara
# @overload within_frame(element)
# @param [Capybara::Node::Element] frame element
# @overload within_frame([kind = :frame], locator, **options)
# @param [Symbol] kind Optional selector type (:css, :xpath, :field, etc.) - Defaults to :frame
# @param [Symbol] kind Optional selector type (:frame, :css, :xpath, etc.) - Defaults to :frame
# @param [String] locator The locator for the given selector kind. For :frame this is the name/id of a frame/iframe element
# @overload within_frame(index)
# @param [Integer] index index of a frame (0 based)