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.