mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
8c4bffda86
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. |
||
---|---|---|
.. | ||
base.rb | ||
node.rb |