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
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
..
driver Declare Session#send_keys (#2422) 2020-11-16 17:26:59 -08:00
minitest More Ruby keyword arguments changes support 2020-07-05 14:55:59 -07:00
node Support multiple labels when using allow_label_click on a checkbox - Issue #2421 2020-11-10 11:41:44 -08:00
queries Support filter block with current_path assertions and expectations 2020-10-05 22:59:25 -07:00
rack_test Minor performance 2020-10-10 15:19:16 -07:00
registrations Call conf.clamp for puma options to convert the default :environment Proc into a String (#2413) 2020-10-31 11:33:45 -07:00
rspec Minor rubocop updates 2020-11-16 11:23:02 -08:00
selector Minor rubocop updates 2020-11-16 11:23:02 -08:00
selenium Declare Session#send_keys (#2422) 2020-11-16 17:26:59 -08:00
server Add "scroll-behavior: auto;" CSS to Capybara::Server::AnimationDisabler to disable scroll animation 2020-10-01 00:23:38 +08:00
session Fix various comment typos 2020-10-14 13:19:43 -06:00
spec Support multiple labels when using allow_label_click on a checkbox - Issue #2421 2020-11-10 11:41:44 -08:00
config.rb Add uplelvel to deprecation warning of Capybara (#2379) 2020-09-06 12:21:53 -07:00
cucumber.rb Get control of driver/server registrations 2020-05-30 16:29:23 -07:00
dsl.rb Fix Ruby 2.7 deprecation warnings 2019-12-29 14:37:23 -08:00
helpers.rb Fix extraneous whitespace [ci skip] 2020-09-06 13:22:09 -07:00
minitest.rb Support filter block with current_path assertions and expectations 2020-10-05 22:59:25 -07:00
rails.rb style updates 2018-07-16 15:04:52 -07:00
registration_container.rb Add uplelvel to deprecation warning of Capybara (#2379) 2020-09-06 12:21:53 -07:00
result.rb Minor rubocop updates 2020-11-16 11:23:02 -08:00
rspec.rb Include DSL and RSpecMatchers into system specs by default 2020-07-03 17:42:19 -07:00
selector.rb Add validation_message filter to field and fillable_field selectors 2020-06-07 14:19:22 -07:00
server.rb Fix for Rubocop Style/IfUnlessModifier changes 2019-10-15 18:02:35 -07:00
session.rb Declare Session#send_keys (#2422) 2020-11-16 17:26:59 -08:00
version.rb Prepare for 3.33.0 release 2020-06-21 13:15:16 -07:00
window.rb Merge pull request #2411 from artfuldodger/typos 2020-10-15 11:34:15 -07:00