Skip to content

Commit

Permalink
Update History.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Nov 17, 2020
1 parent 8c4bffd commit c5220c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ Release date: unreleased
* Current path assetsions/expectations accept optional filter block
* Animation disabler now specifies `scroll-behavior: auto;` [Nathan Broadbent]
* :button selector can now find elements by label text [Sean Doyle]
* In Selenium-enabled environments, `Session#send_keys` delegates to the current
element with focus (via [document.activeElement][]). When called from Rack
Test environments, `Session#send_keys` raises an error [Sean Doyle]

[document.activeElement]: https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot/activeElement
[Sean Doyle]: https://github.com/seanpdoyle/
* `Session#send_keys` to send keys to the current element with focus in drivers that support the
concept of a current element [Sean Doyle]

### Changed

Expand Down

0 comments on commit c5220c8

Please sign in to comment.