mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #2516 from hanachin/patch-1
This commit is contained in:
commit
e704d00879
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Release date: 2021-10-24
|
|||
|
||||
* Support for selenium-webdriver 4.x
|
||||
* `allow_label_click` accepts click options to be used when clicking an associated label
|
||||
* Deprecated `allow_gumbo=` in favor of `use_html5_parsing=` to enable use of Nokogiri::HTL5 when available
|
||||
* Deprecated `allow_gumbo=` in favor of `use_html5_parsing=` to enable use of Nokogiri::HTML5 when available
|
||||
* `Session#active_element` returns the element with focus - Not supported by the `RackTest` driver [Sean Doyle]
|
||||
* Support `focused:` filter for finding interactive elements - Not supported by the `RackTest` driver [Sean Doyle]
|
||||
|
||||
|
|
Loading…
Reference in a new issue