1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/lib/capybara/driver
Sean Doyle 8c4bffda86
Declare Session#send_keys (#2422)
When covering hotkeys and tab-navigation with test coverage, sending
keys via particular elements (via `Node#send_keys`) can be tedious.

As an alternative, invoke `Session#send_keys` to delegate to the element
with current focus.

In Rack Test environments, `Session#send_keys` raises an error.
2020-11-16 17:26:59 -08:00
..
base.rb Declare Session#send_keys (#2422) 2020-11-16 17:26:59 -08:00
node.rb Implement spatial filters 2019-08-12 14:35:56 -07:00